Browse Source

Changed order of action buttons in "Enabled Services"

pull/92/merge
Ramiro Saenz 9 years ago
parent
commit
ce435aa101
  1. 12
      app/view/main/Main.js

12
app/view/main/Main.js

@ -173,17 +173,17 @@ Ext.define('Rambox.view.main.Main', {
,align: 'center' ,align: 'center'
,items: [ ,items: [
{ {
glyph: 0xf1f8
,tooltip: 'Remove'
,handler: 'removeService'
,getClass: function(){ return 'x-hidden-display'; }
}
,{
glyph: 0xf013 glyph: 0xf013
,tooltip: 'Configure' ,tooltip: 'Configure'
,handler: 'configureService' ,handler: 'configureService'
,getClass: function(){ return 'x-hidden-display'; } ,getClass: function(){ return 'x-hidden-display'; }
} }
,{
glyph: 0xf1f8
,tooltip: 'Remove'
,handler: 'removeService'
,getClass: function(){ return 'x-hidden-display'; }
}
] ]
} }
] ]

Loading…
Cancel
Save