Files
MaxWaterSystem-Submonitor/submonitor/html-templates/Sidebar.html
Patrick McDonagh 059fc58ed3 Initial commit
2018-05-14 10:29:41 -05:00

16 lines
782 B
HTML

<a href="#"
data-channelId="<%= channels["submonitor.log"].channelId %>"
class="data-table btn-block btn btn-theme animated"
title="Device Log"><i style='margin-left: 0.5em; cursor: pointer' class="fa fa-th-list icon-theme"></i> Device Log</a>
<a href="#"
data-refreshpause="1"
data-staticsend="1"
data-channelId="<%= channels["submonitor.sync"].channelId %>"
data-techname="<%=channels["submonitor.sync"].techName %>"
data-name="<%= channels["submonitor.sync"].name%>"
data-nodechannelcurrentId="<%= channels["submonitor.sync"].nodechannelcurrentId %>"
id="<%= channels["submonitor.sync"].channelId %>"
class="btn btn-large btn-block btn-theme animated setstatic mqtt">
<i class="icon-repeat icon-white mqtt" ></i>Sync All Data</a>