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