mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 20:54:03 +08:00
Added expiry changes to status page and fixes
This commit is contained in:
@@ -201,7 +201,7 @@ class Monitor extends BeanModel {
|
||||
}
|
||||
}
|
||||
return {
|
||||
certExpiryDaysRemaining: "No/Bad Cert",
|
||||
certExpiryDaysRemaining: "",
|
||||
validCert: false
|
||||
};
|
||||
}
|
||||
|
@@ -90,7 +90,6 @@ class StatusPage extends BeanModel {
|
||||
* @param {StatusPage} statusPage
|
||||
*/
|
||||
static async getStatusPageData(statusPage) {
|
||||
|
||||
const config = await statusPage.toPublicJSON();
|
||||
|
||||
// Incident
|
||||
|
Reference in New Issue
Block a user