Logout when clicking on profile icon

This commit is contained in:
Peter Stockings
2023-12-21 21:23:12 +11:00
parent e124025568
commit c03c650da0
4 changed files with 23 additions and 6 deletions

View File

@@ -82,6 +82,16 @@
</td>
</tr>
{% endfor %}
{% if http_functions|length == 0 %}
<div class="border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted" data-id="63">
<td class="p-4 align-middle [&amp;:has([role=checkbox])]:pr-0 font-medium flex items-center"
colspan="3">
<span class="text-lg">No functions found</span>
</td>
</div>
{% endif %}
</tbody>
</table>
</div>