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:
Damien Churchill 2011-10-04 22:28:17 +01:00
parent 64bacbfbf4
commit fe0332bccf

View File

@ -32,6 +32,7 @@
Ext.define('Deluge.details.PeersTab', {
extend: 'Ext.grid.Panel',
id: 'peersGrid',
title: _('Peers'),
cls: 'x-deluge-peers',
viewConfig: {