28 lines
548 B
HTML
28 lines
548 B
HTML
<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> |