From 645785be096302899e754354504aaaffde4d4760 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Thu, 26 Oct 2023 10:30:21 -0300 Subject: [PATCH] 20953: Don't make prominent the SSL cert expiration normal status. In order to not be distracting, the "green status" on the main Dashboard is now colored with a transparent background. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- .../multi_host/aws/dashboards/arvados_overview.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json b/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json index daf8f2f0a7..774109b531 100644 --- a/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json +++ b/tools/salt-install/config_examples/multi_host/aws/dashboards/arvados_overview.json @@ -116,7 +116,7 @@ "value": __TLS_EXPIRATION_YELLOW__ }, { - "color": "green", + "color": "transparent", "value": __TLS_EXPIRATION_GREEN__ } ] -- 2.30.2