diff --git a/plinth/templates/operation-notification.html b/plinth/templates/operation-notification.html index e7eb8b95f..e524cb0be 100644 --- a/plinth/templates/operation-notification.html +++ b/plinth/templates/operation-notification.html @@ -4,10 +4,11 @@ {% load i18n %} {% load static %} +{% load plinth_extras %}
{% if data.state == "waiting" %} - + {% icon 'clock-o' %} {% elif data.state == "running" %} {% elif data.state == "completed" %}