Tea.context(function () { this.success = NotifyPopup this.bodyType = this.pageConfig.bodyType this.newStatus = "" if (this.pageConfig.newStatus > 0) { this.newStatus = this.pageConfig.newStatus } this.addHTMLTemplate = function () { this.$refs.htmlBody.value = ` \t\${status} \${statusMessage} \t \t

\${status} \${statusMessage}

Connection: \${remoteAddr} (Client) -> \${serverAddr} (Server)
Request ID: \${requestId}
` } })