Fix line endings
This commit is contained in:
parent
18724b4412
commit
43f55e5917
@ -1,4 +1,4 @@
|
|||||||
/var/log/vmmgr.log {
|
/var/log/vmmgr.log {
|
||||||
missingok
|
missingok
|
||||||
copytruncate
|
copytruncate
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{% for app, data in app_data.items() %}
|
{% for app, data in app_data.items() %}
|
||||||
<tr data-app="{{ app }}">
|
<tr data-app="{{ app }}">
|
||||||
<td>{{ data['title'] }}</td>
|
<td>{{ data['title'] }}</td>
|
||||||
<td class="center"><input type="checkbox" class="app-visible"{% if not data['installed'] %} disabled{% elif data['visible'] %} checked{% endif %}></td>
|
<td class="center"><input type="checkbox" class="app-visible"{% if not data['installed'] %} disabled{% elif data['visible'] %} checked{% endif %}></td>
|
||||||
<td class="center"><input type="checkbox" class="app-autostart"{% if not data['installed'] %} disabled{% elif data['autostarted'] %} checked{% endif %}></td>
|
<td class="center"><input type="checkbox" class="app-autostart"{% if not data['installed'] %} disabled{% elif data['autostarted'] %} checked{% endif %}></td>
|
||||||
{% if not data['actions'] %}
|
{% if not data['actions'] %}
|
||||||
<td colspan="2">{{ data['status']|safe }}</td>
|
<td colspan="2">{{ data['status']|safe }}</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td>{{ data['status']|safe }}</td>
|
<td>{{ data['status']|safe }}</td>
|
||||||
<td>{{ data['actions']|safe }}</td>
|
<td>{{ data['actions']|safe }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user