Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeAdmin/web/views/@default/clusters/selectPopup.js
Normal file
11
EdgeAdmin/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