mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 14:26:35 +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",
|
iconColor: "#E48629",
|
||||||
components: ["zone"],
|
components: ["zone"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/config/backup",
|
|
||||||
translationKey: "backup",
|
|
||||||
iconPath: mdiBackupRestore,
|
|
||||||
iconColor: "#4084CD",
|
|
||||||
component: "backup",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/hassio",
|
path: "/hassio",
|
||||||
translationKey: "supervisor",
|
translationKey: "supervisor",
|
||||||
@ -290,6 +283,13 @@ export const configSections: { [name: string]: PageNavigation[] } = {
|
|||||||
iconColor: "#0D47A1",
|
iconColor: "#0D47A1",
|
||||||
component: "backup",
|
component: "backup",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/hassio/backups",
|
||||||
|
translationKey: "ui.panel.config.backup.caption",
|
||||||
|
iconPath: mdiBackupRestore,
|
||||||
|
iconColor: "#0D47A1",
|
||||||
|
component: "hassio",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/config/analytics",
|
path: "/config/analytics",
|
||||||
translationKey: "ui.panel.config.analytics.caption",
|
translationKey: "ui.panel.config.analytics.caption",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user