AppFlowy-Cloud/admin_frontend/templates/components/admin_sidebar.html

25 lines
437 B
HTML

<div class="sidebar"></div>
<div id="sidebar">
<table>
<thead>
<tr>
<th>Admin Menu</th>
</tr>
</thead>
<tr>
<td hx-target="#sidebar-content" hx-get="/web/components/admin/users">
List Users
</td>
</tr>
<tr>
<td
hx-target="#sidebar-content"
hx-get="/web/components/admin/users/create"
>
Create User
</td>
</tr>
</table>
</div>