mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Move General Up in the system menu (#12483)
This commit is contained in:
parent
e4f91195d8
commit
3ccbf6983e
@ -254,6 +254,13 @@ export const configSections: { [name: string]: PageNavigation[] } = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
general: [
|
general: [
|
||||||
|
{
|
||||||
|
path: "/config/general",
|
||||||
|
translationKey: "ui.panel.config.core.caption",
|
||||||
|
iconPath: mdiCog,
|
||||||
|
iconColor: "#653249",
|
||||||
|
core: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/config/updates",
|
path: "/config/updates",
|
||||||
translationKey: "ui.panel.config.updates.caption",
|
translationKey: "ui.panel.config.updates.caption",
|
||||||
@ -315,13 +322,6 @@ export const configSections: { [name: string]: PageNavigation[] } = {
|
|||||||
iconColor: "#507FfE",
|
iconColor: "#507FfE",
|
||||||
components: ["system_health", "hassio"],
|
components: ["system_health", "hassio"],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/config/general",
|
|
||||||
translationKey: "ui.panel.config.core.caption",
|
|
||||||
iconPath: mdiCog,
|
|
||||||
iconColor: "#653249",
|
|
||||||
core: true,
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
about: [
|
about: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user