Files
EdgeAdmin/web/views/@default/ns/clusters/cluster/updateNodeSSH.js
2021-08-11 20:59:58 +08:00

5 lines
85 B
JavaScript

Tea.context(function () {
if (this.params.port <= 0) {
this.params.port = 22
}
})