Release 0.9.0
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user