sort repositorybrowser files

This commit is contained in:
Sebastian Sdorra
2011-06-13 13:34:42 +02:00
parent f8483c22af
commit 9dc6178525
3 changed files with 115 additions and 2 deletions

View File

@@ -69,7 +69,8 @@ Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
dataIndex: 'name',
header: 'Name',
renderer: this.renderName,
scope: this
scope: this,
width: 180
},{
id: 'length',
dataIndex: 'length',
@@ -78,7 +79,7 @@ Sonia.repository.RepositoryBrowser = Ext.extend(Ext.grid.GridPanel, {
},{
id: 'lastModified',
dataIndex: 'lastModified',
header: 'LastModified',
header: 'Last Modified',
renderer: Ext.util.Format.formatTimestamp
},{
id: 'description',