mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
remove unnecessary css class
This commit is contained in:
parent
2fa4c4187a
commit
bb4a5f4404
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ var renderHost = function(value, p, r) {
|
||||||
|
|
||||||
Deluge.Connections.Grid = new Ext.grid.GridPanel({
|
Deluge.Connections.Grid = new Ext.grid.GridPanel({
|
||||||
store: Deluge.Connections.Store,
|
store: Deluge.Connections.Store,
|
||||||
cls: 'deluge-torrents',
|
|
||||||
columns: [
|
columns: [
|
||||||
{header: 'Status', width: 55, sortable: true, renderer: Deluge.Formatters.plain, dataIndex: 'status'},
|
{header: 'Status', width: 55, sortable: true, renderer: Deluge.Formatters.plain, dataIndex: 'status'},
|
||||||
{id:'host', header: 'Host', width: 150, sortable: true, renderer: renderHost, dataIndex: 'host'},
|
{id:'host', header: 'Host', width: 150, sortable: true, renderer: renderHost, dataIndex: 'host'},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue