summaryrefslogtreecommitdiff
path: root/src/store
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-03-27 01:23:34 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-04-08 22:42:16 +0300
commite45f54ba1e5aa26fbdf42dcd907e9f4e777d7b7e (patch)
tree79c9d36c8737b79212da80a1a53b3b211baf0f62 /src/store
parent37393810fa1ed2ae69ec05d0b19887e27760d48e (diff)
downloadwebui-vue-e45f54ba1e5aa26fbdf42dcd907e9f4e777d7b7e.tar.xz
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 <yoshiemuranaka@gmail.com> Change-Id: I6f8c27d4ba1563a79b46eec7b869366ecee42f75
Diffstat (limited to 'src/store')
-rw-r--r--src/store/modules/GlobalStore.js2
1 files changed, 1 insertions, 1 deletions
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: {