Files
Transfer-Station/POCloud/NodeDetailHeader.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

10 lines
252 B
HTML

<div class='col-xs-1'>
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
</div>
<div class='col-xs-6'>
<h3><%= node.vanityname %></h3>
</div>
<div class='col-xs-2'>
<h3><%= channels["transferstation.cmd_run"].value %></h3>
</div>