Sha256: ef28d4611f17a15d53cab149bb4089354b9abf89ab4e8c6b4056bcf611ab5023
Contents?: true
Size: 635 Bytes
Versions: 5
Compression:
Stored size: 635 Bytes
Contents
<table id="runner"> <tr> <td> <div id='page-label'> <h3 id="record_name">Runners: </h3> </div> </td> <td> <div class="running"><%= ::Naf::MachineRunner.running.uniq.count %> running </div> </td> <% if ::Naf::MachineRunner.winding_down.count > 0 -%> <td> <div class="winding-down"><%= ::Naf::MachineRunner.winding_down.uniq.count %> winding down </div> </td> <% end %> <% if ::Naf::MachineRunner.dead.count > 0 -%> <td> <div class="down"><%= ::Naf::MachineRunner.dead.count %> down</div> </td> <% end %> </tr> </table>
Version data entries
5 entries across 5 versions & 1 rubygems