From 3ccbf6983effcef7d0a1eee0c4cf5151d5e4f50c Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Thu, 28 Apr 2022 00:08:21 -0500 Subject: [PATCH] Move General Up in the system menu (#12483) --- src/panels/config/ha-panel-config.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/panels/config/ha-panel-config.ts b/src/panels/config/ha-panel-config.ts index 5c7b11a2fc..e9167234c2 100644 --- a/src/panels/config/ha-panel-config.ts +++ b/src/panels/config/ha-panel-config.ts @@ -254,6 +254,13 @@ export const configSections: { [name: string]: PageNavigation[] } = { }, ], general: [ + { + path: "/config/general", + translationKey: "ui.panel.config.core.caption", + iconPath: mdiCog, + iconColor: "#653249", + core: true, + }, { path: "/config/updates", translationKey: "ui.panel.config.updates.caption", @@ -315,13 +322,6 @@ export const configSections: { [name: string]: PageNavigation[] } = { iconColor: "#507FfE", components: ["system_health", "hassio"], }, - { - path: "/config/general", - translationKey: "ui.panel.config.core.caption", - iconPath: mdiCog, - iconColor: "#653249", - core: true, - }, ], about: [ {