Add group page on the webgui

- Add the page groupsdb
- Update menu on other pages
- Add 2 function in webserver.py to display groups and delete them (not fully implemented for now)
This commit is contained in:
2024-06-03 11:02:06 +00:00
parent 8cc5c2431b
commit 6f96516374
8 changed files with 94 additions and 100 deletions
+2
View File
@@ -44,7 +44,9 @@
<div class="navbar">
<a href="/">Home</a>
<a href="/UserDB">Users</a>
<a href="/GroupsDB">Groups</a>
<a href="/LogsDB">Logs</a>
</div>
<div class="container">
<h1>Access Logs</h1>