mirror of https://gitee.com/bigwinds/arangodb
fixed routing problem after cancelling plannig a cluster
This commit is contained in:
parent
702eeb90e8
commit
cedc1cf591
|
@ -17,7 +17,6 @@
|
||||||
"click #cancel": "cancel"
|
"click #cancel": "cancel"
|
||||||
},
|
},
|
||||||
|
|
||||||
cancel: function() {
|
|
||||||
cancel: function() {
|
cancel: function() {
|
||||||
if(window.App.clusterPlan.get("plan")) {
|
if(window.App.clusterPlan.get("plan")) {
|
||||||
window.App.navigate("handleClusterDown", {trigger: true});
|
window.App.navigate("handleClusterDown", {trigger: true});
|
||||||
|
@ -25,7 +24,6 @@
|
||||||
window.App.navigate("planScenario", {trigger: true});
|
window.App.navigate("planScenario", {trigger: true});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
|
||||||
|
|
||||||
startPlan: function() {
|
startPlan: function() {
|
||||||
var isDBServer;
|
var isDBServer;
|
||||||
|
|
Loading…
Reference in New Issue