Skip to content
Snippets Groups Projects
Verified Commit af1069d0 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Show status text together with printer status

parent 0a908648
No related branches found
No related tags found
1 merge request!3Setup printer stuff
{% load i18n %} {% 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> <i class="material-icons left iconify" data-icon="{{ printer.status_icon }}"></i>
{{ printer.status_label }} {{ printer.status_label }}
</span> </span>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment