From 8128d6da002557642001d05f09df113954bcd3dd Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:07:44 +0200 Subject: [PATCH] remove drawer toggle --- core/src/components/app-view.js | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/core/src/components/app-view.js b/core/src/components/app-view.js index 58d902be..b9b35dd1 100644 --- a/core/src/components/app-view.js +++ b/core/src/components/app-view.js @@ -1457,19 +1457,19 @@ class AppView extends connect(store)(LitElement) { if (this.nodeType === 'lite') { return html` - + - + - + - + @@ -1480,51 +1480,51 @@ class AppView extends connect(store)(LitElement) { - + - + - + - + - + - + - + - + - + - + @@ -1532,27 +1532,27 @@ class AppView extends connect(store)(LitElement) { - + - + - + - + - + @@ -1570,7 +1570,7 @@ class AppView extends connect(store)(LitElement) { const checkNodeManagement = store.getState().app.nodeConfig.knownNodes[store.getState().app.nodeConfig.node] if ((checkNodeManagement.enableManagement = true)) { return html` - + `