mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
fix(analytics): fixed issues with db init and refactor of code and names
This commit is contained in:
@@ -408,7 +408,7 @@ class StatusPage extends BeanModel {
|
||||
footerText: this.footer_text,
|
||||
showPoweredBy: !!this.show_powered_by,
|
||||
analyticsId: this.analytics_id,
|
||||
analyticsDomainUrl: this.analytics_domain_url,
|
||||
analyticsScriptUrl: this.analytics_script_url,
|
||||
analyticsType: this.analytics_type,
|
||||
showCertificateExpiry: !!this.show_certificate_expiry,
|
||||
};
|
||||
@@ -433,7 +433,7 @@ class StatusPage extends BeanModel {
|
||||
footerText: this.footer_text,
|
||||
showPoweredBy: !!this.show_powered_by,
|
||||
analyticsId: this.analytics_id,
|
||||
analyticsDomainUrl: this.analytics_domain_url,
|
||||
analyticsScriptUrl: this.analytics_script_url,
|
||||
analyticsType: this.analytics_type,
|
||||
showCertificateExpiry: !!this.show_certificate_expiry,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user