Skip to content
Snippets Groups Projects

Setup printer stuff

Merged Jonathan Weth requested to merge feature/printers into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
{% 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
Loading