mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Fix my link for config dashboard and profile (#12461)
* Fix my link for config dashboard and profile * add server control redirect Co-authored-by: Zack <zackbarett@hey.com>
This commit is contained in:
parent
186550229c
commit
e5824c4794
@ -35,7 +35,7 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
||||
redirect: "/developer-tools/statistics",
|
||||
},
|
||||
config: {
|
||||
redirect: "/config",
|
||||
redirect: "/config/dashboard",
|
||||
},
|
||||
cloud: {
|
||||
component: "cloud",
|
||||
@ -132,7 +132,7 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
||||
redirect: "/config/core",
|
||||
},
|
||||
server_controls: {
|
||||
redirect: "/config/server_control",
|
||||
redirect: "/developer-tools/yaml",
|
||||
},
|
||||
logs: {
|
||||
redirect: "/config/logs",
|
||||
@ -145,7 +145,7 @@ export const getMyRedirects = (hasSupervisor: boolean): Redirects => ({
|
||||
redirect: "/config/dashboard",
|
||||
},
|
||||
profile: {
|
||||
redirect: "/profile/dashboard",
|
||||
redirect: "/profile",
|
||||
},
|
||||
logbook: {
|
||||
component: "logbook",
|
||||
|
Loading…
x
Reference in New Issue
Block a user