Commit 88905aa36c7a0ef20eae111349bd2bc44191917f

Authored by Benjamin Renard
1 parent d486c5cd

Disable Workspaces in prod. version

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/AmdaApp.js
... ... @@ -471,7 +471,7 @@ Ext.define('amdaApp.AmdaApp', {
471 471 {
472 472 text : 'Workspaces',
473 473 iconCls : 'icon-ws',
474   - disabled: false,
  474 + disabled: true,
475 475 scope : this,
476 476 handler:function(obj, e){
477 477 e.stopEvent();
... ...