mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 19:55:57 +00:00
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…
x
Reference in New Issue
Block a user