Files
MaxWaterSystem/POCloud/HTML/NodeDetailHeader.html
Patrick McDonagh 2a732036b2 Completes #3.
Lambda functions move alarms to alarmlog channel
2018-03-22 15:01:49 -05:00

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>