Skip to content

Commit 9baecec

Browse files
cdpreteCosimo Damiano Prete
andauthored
fix(#5166): Render OUT_OF_SERVICE health status the same as DOWN (#5175)
Co-authored-by: Cosimo Damiano Prete <cosimo.prete.damiano@gmail.com>
1 parent 519f8cc commit 9baecec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spring-boot-admin-server-ui/src/main/frontend/components/sba-status-badge.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export default {
3636
.up {
3737
@apply bg-green-200 text-green-700;
3838
}
39-
.down {
39+
.down,
40+
.out_of_service {
4041
@apply bg-red-200 text-red-700;
4142
}
4243
.restricted {

0 commit comments

Comments
 (0)