16 lines
407 B
HTML
16 lines
407 B
HTML
<div class='col-xs-1'>
|
|
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
|
|
</div>
|
|
<div class='col-xs-6'>
|
|
<h3><%= node.vanityname %></h3>
|
|
<h4>
|
|
<span data-updatevalue="run_status">
|
|
<% if(channels["flowmonitor.run_status"].value === "0") {%>
|
|
Stopped
|
|
<% } else { %>
|
|
Running
|
|
<% } %>
|
|
</span>
|
|
</h4>
|
|
</div>
|