summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/_top_5_box.html
blob: 1ac664d79379dcd7fe7b27dcaaa79e8c5f0313c7 (plain)
1
2
3
4
5
6
7
8
<div class="row">
  <div class="col-xs-2 col-xs-offset-3">{% include "infrastructure/_top_5_chart.html" with top_5=top_5.fan%}</div>
  <div class="col-xs-2">{% include "infrastructure/_top_5_chart.html" with top_5=top_5.voltage %}</div>
  <div class="col-xs-2">{% include "infrastructure/_top_5_chart.html" with top_5=top_5.temperature%}</div>
</div>
<div class="row">
  <div class="col-xs-2 col-xs-offset-3">{% include "infrastructure/_top_5_chart.html" with top_5=top_5.current %}</div>
</div>