From af1069d0f00fd273a9ae9667a412485413bf591b Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sat, 28 May 2022 16:29:42 +0200 Subject: [PATCH] Show status text together with printer status --- aleksis/apps/kort/templates/kort/printer/status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/apps/kort/templates/kort/printer/status.html b/aleksis/apps/kort/templates/kort/printer/status.html index 2217206..3c2a3a9 100644 --- a/aleksis/apps/kort/templates/kort/printer/status.html +++ b/aleksis/apps/kort/templates/kort/printer/status.html @@ -1,5 +1,5 @@ {% load i18n %} -<span class="chip white-text {{ printer.status_color }}"> +<span class="chip white-text {{ printer.status_color }}" title="{{ printer.status_text }}"> <i class="material-icons left iconify" data-icon="{{ printer.status_icon }}"></i> {{ printer.status_label }} </span> \ No newline at end of file -- GitLab