Shows todays volume and yesterday's volume on NodeList

This commit is contained in:
Patrick McDonagh
2017-02-23 09:56:54 -06:00
parent 6ca7d16132
commit 273f29b851

View File

@@ -29,13 +29,13 @@
<h4><%= node.vanityname %></h4>
</div>
<div class="col-xs-3">
<h2>Volume Flow</h2>
<p><span data-valueupdate="volume_flow"><%= channels["abbflow.volume_flow"].value %></span> MCF/Day</p>
</div>
<div class="col-xs-3">
<h2>Today Volume</h2>
<p><span data-valueupdate="today_volume"><%= channels["abbflow.today_volume"].value %></span> MCF</p>
</div>
<div class="col-xs-3">
<h2>Yesterday Volume</h2>
<p><span data-valueupdate="yesterday_volume"><%= channels["abbflow.yesterday_volume"].value %></span> MCF</p>
</div>
</div>