Files
Patrick McDonagh 034177f18d Reorganize Files
2018-05-22 12:02:18 -05:00

42 lines
1.0 KiB
HTML

<style>
.header h4 {
position: relative;
top: 0.9em;
}
.header h2 {
text-transform: uppercase;
font-size: 14px;
color: #aaa;
margin: 0.75em 0;
}
.header p {
font-size: 24px;
color: black;
font-weight: 600;
}
</style>
<div class="row header">
<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-2">
<h4><%= node.vanityname %></h4>
</div>
<div class="col-xs-3">
<h2>Flow In</h2>
<p><span data-valueupdate="system1_inlet_flowrate"><%= Math.round(channels["tanktransfer.system1_inlet_flowrate"].value * 100) / 100 %></span> BPD</p>
</div>
<div class="col-xs-3">
<h2>Flow Out</h2>
<p><span data-valueupdate="system1_outlet_flowrate"><%= Math.round(channels["tanktransfer.system1_outlet_flowrate"].value * 100) / 100 %></span> BPD</p>
</div>
</div>