Files
Transfer-Station/POCloud/Sidebar.html
Patrick McDonagh b8c9890d34 Adds a bunch of Meshify stuff.
Can be started and stopped from Meshify
2017-06-27 16:29:26 -05:00

16 lines
812 B
HTML

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