Files
waf-platform/EdgeAdmin/web/views/@default/servers/accesslogs/createPopup.js
2026-02-04 20:27:13 +08:00

13 lines
155 B
JavaScript

Tea.context(function () {
this.type = ""
/**
* syslog
*/
this.syslogProtocol = "none"
/**
* Elastic Search
*/
this.esIsDataStream = false
})