From 9392bcadc98c123515e41b66901607bef6c5cf81 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 4 Mar 2024 10:12:12 +0100 Subject: feat: add admin role assignment --- src/main/resources/templates/configs/userroles.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/configs/userroles.html b/src/main/resources/templates/configs/userroles.html index 23cc5f2..f5e4586 100644 --- a/src/main/resources/templates/configs/userroles.html +++ b/src/main/resources/templates/configs/userroles.html @@ -21,16 +21,17 @@
- + - +
- + -- cgit v1.2.3 From 9eb65788e152c8c34eb2ed0d54ca2f9582e7511b Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Mon, 4 Mar 2024 12:50:07 +0100 Subject: style: change login/logout style --- src/main/resources/templates/fragments.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index bfa36a2..467a483 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -7,10 +7,12 @@
-- cgit v1.2.3