Feat: Add cert exp. settings

This commit is contained in:
Nelson Chan
2022-05-12 18:18:47 +08:00
parent 9fc5a3329f
commit b7ba6330db
5 changed files with 153 additions and 6 deletions

View File

@@ -145,6 +145,10 @@ export default {
this.settings.keepDataPeriodDays = 180;
}
if (this.settings.tlsExpiryNotifyDays === undefined) {
this.settings.tlsExpiryNotifyDays = [];
}
this.settingsLoaded = true;
});
},