From e45f54ba1e5aa26fbdf42dcd907e9f4e777d7b7e Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 26 Mar 2020 15:23:34 -0700 Subject: Add SSL Certificate expiration warnings Adds status icons in data table and alert banners for expiring and expired certificates. Warning will be visible within 30 days of certificate expiration. Critical/danger indicators will be visible when certificate is expired. Signed-off-by: Yoshie Muranaka Change-Id: I6f8c27d4ba1563a79b46eec7b869366ecee42f75 --- src/store/modules/GlobalStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store') diff --git a/src/store/modules/GlobalStore.js b/src/store/modules/GlobalStore.js index dd12fc23..6511a45a 100644 --- a/src/store/modules/GlobalStore.js +++ b/src/store/modules/GlobalStore.js @@ -25,7 +25,7 @@ const GlobalStore = { namespaced: true, state: { hostName: '--', - bmcTime: '--', + bmcTime: null, hostStatus: 'unreachable' }, getters: { -- cgit v1.2.3