[common] fix bug 38430

This commit is contained in:
Maxim Kadushkin 2018-11-07 18:42:16 +03:00
parent a1b0262ef3
commit 44e8976021

View file

@ -63,7 +63,7 @@ define([
var tab = {action: 'plugins', caption: me.panelPlugins.groupCaption};
me.$toolbarPanelPlugins = me.panelPlugins.getPanel();
toolbar.addTab(tab, me.$toolbarPanelPlugins, 4); // TODO: clear plugins list in left panel
toolbar.addTab(tab, me.$toolbarPanelPlugins, 10); // TODO: clear plugins list in left panel
}
}
},