Module: deluge
Branch: extjs4-port
Commit: f0edc136ccd4da09d71427e458f7a115a90d39c1

Author: Damien Churchill <dam...@gmail.com>
Date:   Tue Oct  4 22:28:17 2011 +0100

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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/details/PeersTab.js 
b/deluge/ui/web/js/deluge-all/details/PeersTab.js
index 4c1f243..3f03ccc 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: {

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to deluge-commit@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-commit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to