Skip to content

Commit f6ce44c

Browse files
philippeagrajoshiste
authored andcommitted
Fix cache stats display
1 parent 24ea99c commit f6ce44c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-admin-server-ui/modules/applications-details/components/cacheStats.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<table class="table">
22
<tr ng-repeat-start="cache in $ctrl.caches track by cache.name">
3-
<td rowspan="2" ng-bind="cache.name"></td>
3+
<td rowspan="{{cache.hitRatio || cache.missRatio ? 2 : 1}}" ng-bind="cache.name"></td>
44
<td>size</td>
55
<td ng-bind="cache.size">
66
</tr>

0 commit comments

Comments
 (0)