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` - + `