Commit f6ce44cd by philippe.agra Committed by Johannes Edmeier

Fix cache stats display

parent 24ea99c4
<table class="table">
<tr ng-repeat-start="cache in $ctrl.caches track by cache.name">
<td rowspan="2" ng-bind="cache.name"></td>
<td rowspan="{{cache.hitRatio || cache.missRatio ? 2 : 1}}" ng-bind="cache.name"></td>
<td>size</td>
<td ng-bind="cache.size">
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment