From fe0332bccf968130973be3eb5b5c76eba8ec6b54 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 4 Oct 2011 22:28:17 +0100 Subject: 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. --- deluge/ui/web/js/deluge-all/details/PeersTab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/deluge/ui/web/js/deluge-all/details/PeersTab.js b/deluge/ui/web/js/deluge-all/details/PeersTab.js index 4c1f24393..3f03ccc2e 100644 --- a/deluge/ui/web/js/deluge-all/details/PeersTab.js +++ b/deluge/ui/web/js/deluge-all/details/PeersTab.js @@ -32,6 +32,7 @@ Ext.define('Deluge.details.PeersTab', { extend: 'Ext.grid.Panel', + id: 'peersGrid', title: _('Peers'), cls: 'x-deluge-peers', viewConfig: { -- cgit