fix
This commit is contained in:
@@ -41,38 +41,25 @@
|
||||
</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>
|
||||
</div>
|
||||
<div class="card">
|
||||
<table id="apps-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>URL</th>
|
||||
<th>API Key</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- Apps will be populated here -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
<div class="card">
|
||||
<table id="apps-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
<th>URL</th>
|
||||
<th>API Key</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- Apps will be populated here -->
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user