remove unnecessary css class
This commit is contained in:
parent
2fa4c4187a
commit
bb4a5f4404
|
@ -92,7 +92,6 @@ var renderHost = function(value, p, r) {
|
|||
|
||||
Deluge.Connections.Grid = new Ext.grid.GridPanel({
|
||||
store: Deluge.Connections.Store,
|
||||
cls: 'deluge-torrents',
|
||||
columns: [
|
||||
{header: 'Status', width: 55, sortable: true, renderer: Deluge.Formatters.plain, dataIndex: 'status'},
|
||||
{id:'host', header: 'Host', width: 150, sortable: true, renderer: renderHost, dataIndex: 'host'},
|
||||
|
|
Loading…
Reference in New Issue