mirror of https://gitee.com/bigwinds/arangodb
router fix
This commit is contained in:
parent
02fb2c2939
commit
50573ff75c
|
@ -304,9 +304,11 @@
|
|||
this.navigate("#dashboard", {trigger: true});
|
||||
return;
|
||||
}
|
||||
this.shardsView = new window.ShardsView({
|
||||
dbServers: this.dbServers
|
||||
});
|
||||
if (!this.shardsView) {
|
||||
this.shardsView = new window.ShardsView({
|
||||
dbServers: this.dbServers
|
||||
});
|
||||
}
|
||||
this.shardsView.render();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue