From 36207490b21ad33db578a3571390d2135c89ce31 Mon Sep 17 00:00:00 2001 From: Karol Danko Date: Mon, 3 Jul 2023 05:35:05 +0200 Subject: [PATCH] feat(ui): Show number of failing checks per group (#493) * feat: added number of failing checks * updated design --------- Co-authored-by: TwiN --- web/app/src/components/EndpointGroup.vue | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/web/app/src/components/EndpointGroup.vue b/web/app/src/components/EndpointGroup.vue index e7d4017c..f99c99bf 100644 --- a/web/app/src/components/EndpointGroup.vue +++ b/web/app/src/components/EndpointGroup.vue @@ -7,12 +7,10 @@ {{ collapsed ? '▼' : '▲' }} {{ name }} - + {{unhealthyCount}} + - - - @@ -32,14 +30,13 @@