mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-15 13:00:25 +08:00
初步实现多集群共享节点
This commit is contained in:
11
web/views/@default/clusters/selectPopup.js
Normal file
11
web/views/@default/clusters/selectPopup.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Tea.context(function () {
|
||||
this.select = function (cluster) {
|
||||
NotifyPopup({
|
||||
code: 200,
|
||||
message: "",
|
||||
data: {
|
||||
cluster: cluster
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user