fix
This commit is contained in:
@@ -41,19 +41,6 @@
|
||||
</div>
|
||||
|
||||
<!-- 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">
|
||||
<h2 class="text-2xl">Applications</h2>
|
||||
<button class="btn btn-primary" onclick="addApp()">Add Application</button>
|
||||
|
||||
Reference in New Issue
Block a user