Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/clusters/clusterSettings.js
2026-03-02 20:07:53 +08:00

11 lines
236 B
JavaScript

Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功")
this.activeSection = this.activeSection || "basic"
this.tlsAdvancedVisible = false
if (!this.settings) {
this.settings = {}
}
})