From 0c838111c8056b4cc49eaf0223b225571afb0092 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:14:48 +0100 Subject: [PATCH] 4..3.3.2 - Update NsPanelTs.ts Change parent/home to "Unlock_Service" --- ioBroker/NsPanelTs.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 33e8e56c..8dd34595 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -304,8 +304,8 @@ let NSPanel_Service_SubPage = 'heading': 'NSPanel Service', 'useColor': true, 'subPage': true, - 'parent': NSPanel_Service, - 'home': 'NSPanel_Service', + 'parent': Unlock_Service, + 'home': 'Unlock_Service', 'items': [ { navigate: true, id: 'NSPanel_Infos', icon: 'information-outline', offColor: Menu, onColor: Menu, name: 'Infos', buttonText: 'mehr...'}, { navigate: true, id: 'NSPanel_Einstellungen', icon: 'monitor-edit', offColor: Menu, onColor: Menu, name: 'Einstellungen', buttonText: 'mehr...'},