Merge pull request #1502 from luisfernandosl/BUG-11078

BUG 11078 "El ordenamiento por version en el Plugins manager..." SOLVED
This commit is contained in:
julceslauhub
2013-04-03 12:26:49 -07:00

View File

@@ -94,7 +94,7 @@ Ext.onReady(function(){
{header: '', dataIndex: 'namespace', width: 100, hidden:true, hideable:false},
{header: 'classname', dataIndex: 'className', width: 300, hidden:true, hideable:false},
{header: _('ID_TITLE'), dataIndex: 'title'},
{header: _('ID_VERSION'), dataIndex: 'version', width: 50},
{header: _('ID_VERSION'), dataIndex: 'version', width: 50, sortable: false},
{header: _('ID_STATUS'), dataIndex: 'status_label', width: 40, renderer:function(v,p,r){
color = r.get('status') == '1'? 'green': 'red';
return String.format("<font color='{0}'>{1}</font>", color, v);