machine-status: Render new queue runner details

This commit is contained in:
Janne Heß
2025-07-31 16:26:06 +02:00
committed by ahuston-0
parent 81d278fe5b
commit ea2024a9bc
4 changed files with 69 additions and 2 deletions

View File

@@ -685,6 +685,14 @@ BLOCK includeFlot %]
[% END;
BLOCK renderYesNo %]
[% IF value %]
<span class="text-success">Yes</span>
[% ELSE %]
<span class="text-danger">No</span>
[% END %]
[% END;
BLOCK createChart %]
<div id="[%id%]-chart" style="width: 1000px; height: 400px;"></div>