Finishes MAXH2O-51. shows pond volume on Nodelist

This commit is contained in:
Patrick McDonagh
2017-12-01 18:26:59 -06:00
parent 9e18117778
commit dc13d8cc7d

View File

@@ -32,4 +32,10 @@
<h2>Pond Level</h2>
<p><%= Math.round(channels["pondlevel.pond_level"].value * 100) / 100 %> ft.</p>
</div>
<% if (channels["pondlevel.pond_volume"].value > 0.0){ %>
<div class="col-xs-3">
<h2>Pond Volume</h2>
<p><%= Math.round(channels["pondlevel.pond_volume"].value ) %> BBL</p>
</div>
<% } %>
</div>