ltsdb/templates/widget.html

9 lines
201 B
HTML
Raw Permalink Normal View History

2022-12-27 10:29:49 +01:00
<div class="widget">
<p>Unknown widget type {{ widget.type }}.</p>
<p>
Last value:
<span class="value" style="color: {{widget.criticalcolor()}}">{{ widget.lastvalue}}</span>
2022-12-27 10:29:49 +01:00
</p>
</div>