mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 19:01:22 +08:00
Feature - Added Optional Google Analytics tag for Status Page.
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user