mirror of https://gitee.com/bigwinds/arangodb
fixed bug: not selecting graphtab when active
This commit is contained in:
parent
e1bebd939f
commit
c064fa62b7
|
@ -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');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue