Finishes MAXH2O-51. shows pond volume on Nodelist
This commit is contained in:
@@ -32,4 +32,10 @@
|
|||||||
<h2>Pond Level</h2>
|
<h2>Pond Level</h2>
|
||||||
<p><%= Math.round(channels["pondlevel.pond_level"].value * 100) / 100 %> ft.</p>
|
<p><%= Math.round(channels["pondlevel.pond_level"].value * 100) / 100 %> ft.</p>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user