From 43f55e59172836e8f7a1390fac82a1070b4660c4 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sat, 4 Apr 2020 17:59:45 +0200 Subject: [PATCH] Fix line endings --- etc/logrotate.d/vmmgr | 8 +++--- .../vmmgr/templates/setup-apps-table.html | 26 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/etc/logrotate.d/vmmgr b/etc/logrotate.d/vmmgr index f6fda42..7b90a3a 100644 --- a/etc/logrotate.d/vmmgr +++ b/etc/logrotate.d/vmmgr @@ -1,4 +1,4 @@ -/var/log/vmmgr.log { - missingok - copytruncate -} +/var/log/vmmgr.log { + missingok + copytruncate +} diff --git a/usr/share/vmmgr/templates/setup-apps-table.html b/usr/share/vmmgr/templates/setup-apps-table.html index ad82cf8..33d31bb 100644 --- a/usr/share/vmmgr/templates/setup-apps-table.html +++ b/usr/share/vmmgr/templates/setup-apps-table.html @@ -1,13 +1,13 @@ -{% for app, data in app_data.items() %} - - {{ data['title'] }} - - - {% if not data['actions'] %} - {{ data['status']|safe }} - {% else %} - {{ data['status']|safe }} - {{ data['actions']|safe }} - {% endif %} - -{% endfor %} +{% for app, data in app_data.items() %} + + {{ data['title'] }} + + + {% if not data['actions'] %} + {{ data['status']|safe }} + {% else %} + {{ data['status']|safe }} + {{ data['actions']|safe }} + {% endif %} + +{% endfor %}