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 %}