mirror of
https://github.com/vale981/dirkules
synced 2025-03-05 09:21:38 -05:00
some visual things
This commit is contained in:
parent
6c0a841f55
commit
762de34e1f
1 changed files with 5 additions and 1 deletions
|
@ -60,7 +60,11 @@
|
|||
<tbody>
|
||||
{% for storage in mem %}
|
||||
<tr>
|
||||
<td class="collapsing"><i class="hdd icon"></i> {{ storage.label }}</td>
|
||||
{% if storage.label|length %}
|
||||
<td class="collapsing"><i class="download icon"></i> {{ storage.label }}</td>
|
||||
{% else %}
|
||||
<td class="collapsing"><i class="download icon"></i>Namenlos</td>
|
||||
{% endif %}
|
||||
<td>{{ storage.part }}</td>
|
||||
<td>{{ storage.fs }}</td>
|
||||
<td class="collapsing">{{ storage.mpoint }}</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue