Added expiry changes to status page and fixes

This commit is contained in:
Tarun Singh 2023-07-13 20:00:23 -04:00
parent 4ea5771f97
commit b1f266ceb1
6 changed files with 26 additions and 10 deletions

View file

@ -201,7 +201,7 @@ class Monitor extends BeanModel {
}
}
return {
certExpiryDaysRemaining: "No/Bad Cert",
certExpiryDaysRemaining: "",
validCert: false
};
}