mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 04:10:26 +08:00
实现DNS节点远程安装
This commit is contained in:
5
web/views/@default/ns/clusters/cluster/updateNodeSSH.js
Normal file
5
web/views/@default/ns/clusters/cluster/updateNodeSSH.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Tea.context(function () {
|
||||
if (this.params.port <= 0) {
|
||||
this.params.port = 22
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user