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

23 lines
400 B
HTML

<div id="sidebar">
<table>
<thead>
<tr>
<th>Menu</th>
</tr>
</thead>
<tr>
<td hx-target="#sidebar-content" hx-get="/web/components/user/user">
User
</td>
</tr>
<tr>
<td
hx-target="#sidebar-content"
hx-get="/web/components/user/change_password"
>
Change Password
</td>
</tr>
</table>
</div>