1
0
Fork 0

fixed bug: not selecting graphtab when active

This commit is contained in:
Heiko Kernbach 2013-07-31 15:30:59 +02:00
parent e1bebd939f
commit c064fa62b7
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ self.naviView.selectMenuItem('dashboard-menu');
window.arangoCollectionsStore.fetch({
success: function () {
self.graphView.render();
self.naviView.selectMenuItem('graph-menu');
self.naviView.selectMenuItem('graphviewer-menu');
}
});
},