22 lines
1.1 KiB
HTML
22 lines
1.1 KiB
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="wellstatus"><%=channels["advvfdipp.wellstatus"].value %></span></h4>
|
|
</div>
|
|
<div class="col-xs-3">
|
|
<h4>Start Permissive: <span data-updatevalue="startpermissive"><%=channels["advvfdipp.startpermissive"].value %></span></h4>
|
|
<h4>Run Permissive: <span data-updatevalue="runpermissive"><%=channels["advvfdipp.runpermissive"].value %></span></h4>
|
|
<h4>VFD Status: <span data-updatevalue="vfd_fault"><%=channels["advvfdipp.vfd_fault"].value %></span></h4>
|
|
<% if (channels["advvfdipp.pumpdepth"].value > 0.0) { %>
|
|
<h4>Pump Depth: <span data-updatevalue="vfd_fault"><%=channels["advvfdipp.pumpdepth"].value %></span> ft.</h4>
|
|
<% } %>
|
|
</div>
|
|
<div class="col-xs-2">
|
|
<a href="#"
|
|
data-channelId="<%= channels["advvfdipp.alarmlog"].channelId %>"
|
|
class="data-table btn-block btn btn-theme animated"
|
|
title="Alarm Log"><i style='margin-left: 0.5em; cursor: pointer' class="fa fa-th-list icon-theme"></i> Alarm Log</a>
|
|
</div>
|