Skip to content

Commit f6b2ba0

Browse files
committed
fix: show error message on top of health details
1 parent 5704373 commit f6b2ba0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-admin-server-ui/src/main/frontend/views/instances/details/details-health.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@
3030

3131
<template #default>
3232
<sba-alert
33-
v-if="error"
3433
:error="error"
3534
class="border-l-4"
3635
:title="$t('term.fetch_failed')"
3736
/>
3837
<div
39-
v-else
4038
class="-mx-4 -my-3"
4139
>
4240
<health-details

0 commit comments

Comments
 (0)