1
0
Fork 0

router fix

This commit is contained in:
hkernbach 2016-06-17 09:57:19 +02:00
parent 02fb2c2939
commit 50573ff75c
1 changed files with 5 additions and 3 deletions

View File

@ -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();
},