mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
web: allow the peers grid to be stateful
Give the peers grid an id so it can store it's state and be guaranteed to be able to restore it upon a refresh.
This commit is contained in:
parent
64bacbfbf4
commit
fe0332bccf
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
Ext.define('Deluge.details.PeersTab', {
|
Ext.define('Deluge.details.PeersTab', {
|
||||||
extend: 'Ext.grid.Panel',
|
extend: 'Ext.grid.Panel',
|
||||||
|
id: 'peersGrid',
|
||||||
title: _('Peers'),
|
title: _('Peers'),
|
||||||
cls: 'x-deluge-peers',
|
cls: 'x-deluge-peers',
|
||||||
viewConfig: {
|
viewConfig: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue