10 lines
422 B
HTML
10 lines
422 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">
|
|
<button href="#" data-channelId="<%= channels["ipp.log"].channelId %>" class="data-table btn btn-theme" title="Device Log"><i style='margin-left: 0.5em; cursor: pointer' class="fa fa-th-list icon-theme"></i> Device Log</button>
|
|
</div>
|