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