mirror of
https://github.com/vale981/dirkules
synced 2025-03-05 09:21:38 -05:00
bissl aussehen verbessert
This commit is contained in:
parent
346d3a94aa
commit
9bfe8360a3
1 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="title">
|
||||
<t1>Willkommen!</t1>
|
||||
</div>
|
||||
<div class="tablebox">
|
||||
<div class="container">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -19,7 +19,11 @@
|
|||
<tbody>
|
||||
{% for key in service %}
|
||||
<tr>
|
||||
<td>{{ service[key] }}</td>
|
||||
{% if service[key] %}
|
||||
<td><i class="small material-icons">check</i></td>
|
||||
{% else %}
|
||||
<td><i class="small material-icons">error</i></td>
|
||||
{% endif %}
|
||||
<td>{{ key }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Reference in a new issue