Updating for adding offset
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user