This commit is contained in:
2026-01-25 17:11:36 +01:00
parent 43b1a8b2d9
commit 58a349280f

View File

@@ -41,19 +41,6 @@
</div> </div>
<!-- Users Section --> <!-- Users Section -->
<section id="users-section">
<div class="flex justify-between items-center mb-4">
<h2 class="text-2xl">Users</h2>
<button class="btn btn-primary" onclick="addUser()">Add User</button>
</div>
<div class="card">
<table id="users-table">
</table>
</div>
</section>
<!-- Applications Section -->
<section id="apps-section" class="hidden">
<div class="flex justify-between items-center mb-4"> <div class="flex justify-between items-center mb-4">
<h2 class="text-2xl">Applications</h2> <h2 class="text-2xl">Applications</h2>
<button class="btn btn-primary" onclick="addApp()">Add Application</button> <button class="btn btn-primary" onclick="addApp()">Add Application</button>