Fix Overview to show pressure alarm config

This commit is contained in:
Patrick McDonagh
2018-05-15 15:49:09 -05:00
parent 115f5ed9f0
commit f017805093

View File

@@ -102,7 +102,7 @@
<h1 class="pad15">Configuration</h1>
<div class="row row-flex">
<div class="col-md-6 box-me entry-top-level" id="low_level_limit">
<div class="col-md-4 box-me entry-top-level" id="low_level_limit">
<div class="pad15">
<h2>Low Level Limit</h2>
<form class="form-inline">
@@ -127,7 +127,7 @@
</div>
</div>
<div class="col-md-6 box-me entry-top-level" id="high_level_limit">
<div class="col-md-4 box-me entry-top-level" id="high_level_limit">
<div class="pad15">
<h2>High Level Limit</h2>
<form class="form-inline">
@@ -151,6 +151,32 @@
</form>
</div>
</div>
<div class="col-md-4 box-me entry-top-level" id="high_pressure_limit">
<div class="pad15">
<h2>High Pressure Limit</h2>
<form class="form-inline">
<div class="form-group">
<input class="form-control val_box"
type="number"
step="any"
value="<%=channels['pondlevel.high_pressure_limit'].value %>">
</div>
<a href="#"
data-confirm-message="Are you sure you want to do this?"
data-refreshpause="1"
data-command=""
data-staticsend=25.0
data-channelId="<%= channels["pondlevel.high_pressure_limit"].channelId %>"
data-techname="<%=channels["pondlevel.high_pressure_limit"].techName %>"
data-name="<%= channels["pondlevel.high_pressure_limit"].name%>"
data-nodechannelcurrentId="<%= channels["pondlevel.high_pressure_limit"].nodechannelcurrentId %>"
id="<%= channels["pondlevel.high_pressure_limit"].channelId %>"
class="btn btn-large btn-theme animated setstatic material-icons">send</a>
</form>
</div>
</div>
</div>