Added uptime kuma version to backup file

This commit is contained in:
Ponkhy
2021-09-02 10:15:25 +02:00
parent c13cc62d3d
commit 2dd392e609
2 changed files with 4 additions and 3 deletions

View File

@@ -305,6 +305,7 @@ export default {
let time = dayjs().format("YYYY_MM_DD-hh_mm_ss");
let fileName = `Uptime_Kuma_Backup_${time}.json`;
let exportData = {
version: this.$root.info.version,
notificationList: this.$root.notificationList,
monitorList: this.$root.monitorList,
}