From 836ddd4a59981f23a1b927d79cd2adb1ec5d80f9 Mon Sep 17 00:00:00 2001 From: fonfon Date: Wed, 28 Jan 2015 21:23:25 +0000 Subject: [PATCH] More user-friendly output of an upgrade run --- .../upgrades/templates/upgrades_run.html | 33 +++++++++++++++++-- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/plinth/modules/upgrades/templates/upgrades_run.html b/plinth/modules/upgrades/templates/upgrades_run.html index de860a570..ecfa90525 100644 --- a/plinth/modules/upgrades/templates/upgrades_run.html +++ b/plinth/modules/upgrades/templates/upgrades_run.html @@ -23,13 +23,40 @@

{{title}}

{% if upgrades_error %} -

There was an error while upgrading:

+

{{ upgrades_error }}
{% endif %} {% if upgrades_output %} -

Output from unattended-upgrades:

-
{{ upgrades_output }}
+
+
+ +
+
+ +
+
Output from unattended-upgrades:
+
{{ upgrades_output }}
+
+ {% endif %} {% endblock %} + +{% block page_js %} + +{% endblock %}