Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/clusters/updateNodeSSH.js
2026-02-24 11:33:44 +08:00

9 lines
191 B
JavaScript

Tea.context(function () {
if (typeof this.params == "undefined" || this.params == null) {
this.params = {host: "", port: 22}
}
if (this.params.port <= 0) {
this.params.port = 22
}
})