Files
MaxWaterSystem-Submonitor/POCloud/html-templates/NodeDetailHeader.html
Patrick McDonagh bd1c7f90e4 Organize files
2018-05-22 12:00:53 -05:00

35 lines
1.2 KiB
HTML

<div class="row">
<div class="col-xs-1">
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
</div>
<div class="col-xs-2">
<img src="<%= nodeimgurl %>" />
</div>
<div class="col-xs-3">
<h4><%= node.vanityname %></h4>
</div>
<div class="col-xs-3" style="text-align:center">
<h2>Status</h2>
<p>
<a href="#" data-channelId="<%= channels['submonitor.system_state'].channelId %>" class="data-table" title="Download Channel History">
System: <%= channels['submonitor.system_state'].value %>
</a>
</p>
<p>
<a href="#" data-channelId="<%= channels['submonitor.motor_state'].channelId %>" class="data-table" title="Download Channel History">
Motor: <%= channels['submonitor.motor_state'].value %>
</a>
</p>
</div>
<div class="col-xs-3" style="text-align:center">
<h2>Current Fault</h2>
<p>
<a href="#" data-channelId="<%= channels['submonitor.fault_current'].channelId %>" class="data-table" title="Download Channel History">
<%= channels['submonitor.fault_current'].value %>
</a>
</p>
</div>
</div>