mirror of
https://github.com/home-assistant/frontend.git
synced 2025-05-15 15:38:47 +00:00
Redirect hassio system my links to new locations (#12429)
This commit is contained in:
parent
8b8d6e5fa3
commit
c1b65285c1
@ -176,6 +176,18 @@ const getRedirect = (
|
|||||||
component: hasSupervisor ? "hassio" : "backup",
|
component: hasSupervisor ? "hassio" : "backup",
|
||||||
redirect: hasSupervisor ? "/hassio/backups" : "/config/backup",
|
redirect: hasSupervisor ? "/hassio/backups" : "/config/backup",
|
||||||
},
|
},
|
||||||
|
supervisor_system: {
|
||||||
|
// Moved from Supervisor panel in 2022.5
|
||||||
|
redirect: "/config/system",
|
||||||
|
},
|
||||||
|
supervisor_logs: {
|
||||||
|
// Moved from Supervisor panel in 2022.5
|
||||||
|
redirect: "/config/logs",
|
||||||
|
},
|
||||||
|
supervisor_info: {
|
||||||
|
// Moved from Supervisor panel in 2022.5
|
||||||
|
redirect: "/config/info",
|
||||||
|
},
|
||||||
} as Redirects
|
} as Redirects
|
||||||
)[path]);
|
)[path]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user