Updating for adding offset

This commit is contained in:
Patrick McDonagh
2018-08-10 15:08:29 -05:00
parent e87e405580
commit 630f5960dc
15 changed files with 52 additions and 10 deletions

View File

@@ -105,6 +105,31 @@
</div>
</div>
<div class="col-md-6 box-me entry-top-level" id="setleveloffset">
<div class="pad15">
<h2>Level Offset (Ft.)</h2>
<form class="form-inline">
<div class="form-group">
<input class="form-control val_box"
type="number"
step="any"
value="<%=channels['pondlevel.setleveloffset'].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.setleveloffset"].channelId %>"
data-techname="<%=channels["pondlevel.setleveloffset"].techName %>"
data-name="<%= channels["pondlevel.setleveloffset"].name%>"
data-nodechannelcurrentId="<%= channels["pondlevel.setleveloffset"].nodechannelcurrentId %>"
id="<%= channels["pondlevel.setleveloffset"].channelId %>"
class="btn btn-large btn-theme animated setstatic material-icons">send</a>
</form>
</div>
</div>
</div>
<div class="row row-flex">