Skip to content

Commit

Permalink
Fix icon view top tiles issue #71
Browse files Browse the repository at this point in the history
  • Loading branch information
wez3 authored Jan 12, 2017
1 parent 73c6a8b commit 2059063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/top_tiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="animated flipInY col-md-2 col-sm-4 col-xs-4 tile_stats_count">
<div class="left"></div>
<div class="right">
<span class="count_top"><i class="fa fa-{{v[1]}}"></i> {{k}}</span>
<span class="count_top"><i class="fa fa-{{v[2]}}"></i> {{k}}</span>
<div class="count{% if v[2] == "On" %} green{% elif v[2] == "Off" %} red{% endif %} loading" id="top_tiles_block_{{count}}_{{v[1]}}" style="white-space: nowrap;"></div>
</div>
</div>
Expand Down

0 comments on commit 2059063

Please sign in to comment.