1.4.5.2
This commit is contained in:
13
EdgeAdmin/web/views/@default/clusters/createNode.js
Normal file
13
EdgeAdmin/web/views/@default/clusters/createNode.js
Normal file
@@ -0,0 +1,13 @@
|
||||
Tea.context(function () {
|
||||
this.clusterId = 0
|
||||
|
||||
this.changeCluster = function(clusterId) {
|
||||
this.clusterId = clusterId
|
||||
}
|
||||
|
||||
this.goNext = function () {
|
||||
if (this.clusterId > 0) {
|
||||
window.location = "/clusters/cluster/createNode?clusterId=" + this.clusterId
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user