[Common] locked plugin's tab in the toolbar
This commit is contained in:
parent
6d8cceb6b2
commit
b8ba681b94
|
@ -57,10 +57,10 @@ define([
|
||||||
this.addListeners({
|
this.addListeners({
|
||||||
'Toolbar': {
|
'Toolbar': {
|
||||||
'render:before' : function (toolbar) {
|
'render:before' : function (toolbar) {
|
||||||
var tab = {action: 'plugins', caption: 'Addons'};
|
// var tab = {action: 'plugins', caption: 'Addons'};
|
||||||
var $panel = me.panelPlugins.getPanel();
|
// var $panel = me.panelPlugins.getPanel();
|
||||||
|
//
|
||||||
toolbar.addTab(tab, $panel, 4);
|
// toolbar.addTab(tab, $panel, 4);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'Common.Views.Plugins': {
|
'Common.Views.Plugins': {
|
||||||
|
|
Loading…
Reference in a new issue