Feature - Added Optional Google Analytics tag for Status Page.

This commit is contained in:
c 2023-01-08 17:19:07 +00:00
parent d0ac3fc207
commit 29e24e0de9
5 changed files with 23 additions and 0 deletions

View file

@ -225,6 +225,7 @@ class StatusPage extends BeanModel {
customCSS: this.custom_css,
footerText: this.footer_text,
showPoweredBy: !!this.show_powered_by,
googleAnalyticsId: this.google_analytics_tag_id
};
}
@ -245,6 +246,7 @@ class StatusPage extends BeanModel {
customCSS: this.custom_css,
footerText: this.footer_text,
showPoweredBy: !!this.show_powered_by,
googleAnalyticsId: this.google_analytics_tag_id
};
}