mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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', {
|
||||
extend: 'Ext.grid.Panel',
|
||||
id: 'peersGrid',
|
||||
title: _('Peers'),
|
||||
cls: 'x-deluge-peers',
|
||||
viewConfig: {
|
||||
|
|
Loading…
Add table
Reference in a new issue