Files
Multi-Sensor/POCloud/html-templates/NodeDetailHeader.html
Patrick McDonagh c7f8d30446 Fix to get real data working with Micro850
Micro800s do not treat instructions as controller scope tags even though they show up in the controller tag list
2018-08-13 17:42:54 -05:00

32 lines
610 B
HTML

<style>
.header h4 {
position: relative;
top: 0.9em;
}
.header h2 {
text-transform: uppercase;
font-size: 14px;
color: #aaa;
margin: 0.75em 0;
}
.header p {
font-size: 24px;
color: black;
font-weight: 600;
}
</style>
<div class="row header">
<div class="col-xs-1">
<div class="<%= nodecolors.statuscolor %> nodecolor"></div>
</div>
<div class="col-xs-2">
<img src="<%= nodeimgurl %>" />
</div>
<div class="col-xs-4">
<h4><%= node.vanityname %></h4>
</div>
</div>