Files
Tank-Transfer-Station/tanktransfer/html-templates/Sidebar.html
Patrick McDonagh 0431e764cd Completes MAXH2O-53, starts MAXH2O-57
Completes IO programming.
Adds framework for pocloud driver from cookiecutter
2017-12-06 16:58:06 -06:00

16 lines
794 B
HTML

<a href="#"
data-channelId="<%= channels["tanktransfer.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["tanktransfer.sync"].channelId %>"
data-techname="<%=channels["tanktransfer.sync"].techName %>"
data-name="<%= channels["tanktransfer.sync"].name%>"
data-nodechannelcurrentId="<%= channels["tanktransfer.sync"].nodechannelcurrentId %>"
id="<%= channels["tanktransfer.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>