Files
EdgeAdmin/web/views/@default/clusters/cluster/updateNodeSSH.js

5 lines
85 B
JavaScript
Raw Normal View History

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