This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAdmin/web/views/@default/ns/clusters/cluster/updateNodeSSH.js
T
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
}
})