diff --git a/package/secubox/luci-app-secubox-portal/root/www/gk2-hub/portal.html b/package/secubox/luci-app-secubox-portal/root/www/gk2-hub/portal.html index 9605a6bd..8bfe8cbb 100644 --- a/package/secubox/luci-app-secubox-portal/root/www/gk2-hub/portal.html +++ b/package/secubox/luci-app-secubox-portal/root/www/gk2-hub/portal.html @@ -1,228 +1,251 @@ - - - SecuBox Portal - + + +SecuBox — Services Portal + -
-
-
- -
-
-
- - -
-
- - -
- -
- -
+
+
+ - -
- - document.getElementById("logoutBtn").onclick = function() { - sessionStorage.clear(); - showView("login"); - }; - - checkSession(); -