From ee9e533485aec2afbc62901beac692049f8cef3b Mon Sep 17 00:00:00 2001 From: cclohmar Date: Wed, 8 Jul 2026 14:26:29 +0100 Subject: [PATCH] fix: admin panel with vertical split layout (sidebar + content) --- main.go | 123 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 78 insertions(+), 45 deletions(-) diff --git a/main.go b/main.go index 79aa464..e4260df 100644 --- a/main.go +++ b/main.go @@ -400,11 +400,17 @@ const adminHTML = ` Admin Panel — NextWorkspace @@ -426,42 +434,71 @@ const adminHTML = `

Admin Panel

Back to Launcher -
- {{if .ApiError}}
Could not fetch users from authelia-api (is it running on :8080?)
{{end}} +
+ +
+ {{if .ApiError}}
Could not fetch users from authelia-api (is it running on :8080?)
{{end}} -
-

Create User

-
-
- - - - - -
-
-
-
+
+

Users

+ + + +
UsernameDisplay NameEmailGroupsAction
+
-
-

Users

- - - -
UsernameDisplay NameEmailGroupsAction
-
+ + + + + +