Adds HTML Templates
This commit is contained in:
15
HTML/NodeDetailHeader.html
Normal file
15
HTML/NodeDetailHeader.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class='col-xs-1'>
|
||||
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
|
||||
</div>
|
||||
<div class='col-xs-6'>
|
||||
<h3><%= node.vanityname %></h3>
|
||||
<h4>
|
||||
<span data-updatevalue="run_status">
|
||||
<% if(channels["flowmonitor.run_status"].value === 1) {%>
|
||||
Running
|
||||
<% } else { %>
|
||||
Stopped
|
||||
<% } %>
|
||||
</span>
|
||||
</h4>
|
||||
</div>
|
||||
Reference in New Issue
Block a user