Merge branch 'master' into group-monitors

This commit is contained in:
Peace
2023-02-16 21:38:53 +01:00
committed by GitHub
58 changed files with 4845 additions and 1767 deletions

View File

@@ -163,6 +163,7 @@ module.exports.statusPageSocketHandler = (socket) => {
statusPage.custom_css = config.customCSS;
statusPage.show_powered_by = config.showPoweredBy;
statusPage.modified_date = R.isoDateTime();
statusPage.google_analytics_tag_id = config.googleAnalyticsId;
await R.store(statusPage);