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