Files
chrani-bot-tng/bot/modules/webserver/templates/webserver_status_widget/view_frontend.html

28 lines
548 B
HTML
Raw Normal View History

2025-11-21 07:26:02 +01:00
<header>
<div>
<span>Webinterface</span>
</div>
</header>
<aside>
{{ options_toggle }}
</aside>
<main>
<table>
<caption>
<span>consume</span>
</caption>
<thead>
<tr>
<th>Webserver Status</th>
</tr>
</thead>
<tbody>
{{ component_logged_in_users }}
</tbody>
</table>
<div class="dialog">
<div class="modal-content">
<p>this is the text inside the modal</p>
</div>
</div>
</main>