more filters

This commit is contained in:
Marian Oancea
2015-01-30 23:37:38 +02:00
parent 3dd2e34371
commit a3968373c0
2 changed files with 12 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ block content
th
i.icon-clock
tbody
tr(ng-repeat='node in nodes', class="{{ node.stats.active ? 'text-success' : 'text-danger' }}")
tr(ng-repeat='node in nodes', class="{{ node.stats | mainClass : bestBlock }}")
td(rel="{{node.id}}") {{node.name}}
td {{node.type}}
td(class="{{ node.stats.peers | peerClass }}") {{node.stats.peers}}