Files
MaxWaterSystem/POCloud/HTML/NodeDetailHeader.html
2016-08-23 17:34:17 -05:00

10 lines
474 B
HTML

<div class='col-xs-1'>
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
</div>
<div class='col-xs-6'>
<h3><%= node.vanityname %>: <%=channels["advvfdipp.wellstatus"].value %></h3>
</div>
<div class-"col-xs-2">
<button href="#" data-channelId="<%= channels["advvfdipp.log"].channelId %>" class="data-table btn btn-theme" title="Device Log"><i style='margin-left: 0.5em; cursor: pointer' class="fa fa-th-list icon-theme"></i> Device Log</button>
</div>