From 8310ad34e18d1c92e90a723ff28cae58dfa547d3 Mon Sep 17 00:00:00 2001 From: sadnub Date: Thu, 15 Apr 2021 17:11:06 -0400 Subject: [PATCH] split up check statuses in the agent summary tab. #386 --- src/components/SummaryTab.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/SummaryTab.vue b/src/components/SummaryTab.vue index 797313e..3f74c9f 100644 --- a/src/components/SummaryTab.vue +++ b/src/components/SummaryTab.vue @@ -72,6 +72,14 @@ {{ summary.checks.failing }} checks failing + + + {{ summary.checks.warning }} checks warning + + + + {{ summary.checks.info }} checks info + {{ summary.checks.total }} checks awaiting first synchronization