Adds HTML Templates

This commit is contained in:
Patrick McDonagh
2017-08-15 14:52:50 -05:00
parent 2f3a9b1625
commit 1e49613c51
7 changed files with 296 additions and 11 deletions

View 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>