mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Backup Page - Will load which is available (#12414)
This commit is contained in:
parent
8f2ed747e6
commit
b70a523bdf
@ -68,13 +68,6 @@ export const configSections: { [name: string]: PageNavigation[] } = {
|
||||
iconColor: "#E48629",
|
||||
components: ["zone"],
|
||||
},
|
||||
{
|
||||
path: "/config/backup",
|
||||
translationKey: "backup",
|
||||
iconPath: mdiBackupRestore,
|
||||
iconColor: "#4084CD",
|
||||
component: "backup",
|
||||
},
|
||||
{
|
||||
path: "/hassio",
|
||||
translationKey: "supervisor",
|
||||
@ -290,6 +283,13 @@ export const configSections: { [name: string]: PageNavigation[] } = {
|
||||
iconColor: "#0D47A1",
|
||||
component: "backup",
|
||||
},
|
||||
{
|
||||
path: "/hassio/backups",
|
||||
translationKey: "ui.panel.config.backup.caption",
|
||||
iconPath: mdiBackupRestore,
|
||||
iconColor: "#0D47A1",
|
||||
component: "hassio",
|
||||
},
|
||||
{
|
||||
path: "/config/analytics",
|
||||
translationKey: "ui.panel.config.analytics.caption",
|
||||
|
Loading…
x
Reference in New Issue
Block a user