mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 17:30:29 +08:00
可以在集群中查看待安装节点、并直接安装节点
This commit is contained in:
7
web/views/@default/clusters/cluster/createBatch.js
Normal file
7
web/views/@default/clusters/cluster/createBatch.js
Normal file
@@ -0,0 +1,7 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifySuccess("保存成功", "/clusters/cluster?clusterId=" + this.clusterId)
|
||||
|
||||
this.$delay(function () {
|
||||
this.$refs.ipList.focus()
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user