Skip to content

Commit 752c7d2

Browse files
committed
fix: toggle button for scope in caches view is shown, even when there is just one instance only
1 parent 5d6878a commit 752c7d2

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-admin-server-ui/src/main/frontend/views/instances/caches

1 file changed

+1
-1
lines changed

spring-boot-admin-server-ui/src/main/frontend/views/instances/caches/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<sba-sticky-subnav>
2121
<div class="flex gap-2">
2222
<sba-action-button-scoped
23-
:instance-count="2"
23+
:instance-count="this.application.instances.length"
2424
:action-fn="clearCaches"
2525
:show-info="false"
2626
>

0 commit comments

Comments
 (0)