Author: damoxc
Revision: 5154
Log:
set values to blank rather than the initial bogus values first used
Diff:
Modified: trunk/deluge/ui/web/js/Deluge.Statusbar.js
===================================================================
--- trunk/deluge/ui/web/js/Deluge.Statusbar.js 2009-04-24 18:21:31 UTC (rev
5153)
+++ trunk/deluge/ui/web/js/Deluge.Statusbar.js 2009-04-24 18:31:17 UTC (rev
5154)
@@ -19,30 +19,30 @@
createButtons: function() {
this.add({
id: 'statusbar-connections',
- text: '200 (200)',
+ text: ' ',
cls: 'x-btn-text-icon',
iconCls: 'x-deluge-connections',
menu: Deluge.Menus.Connections
}, '-', {
id: 'statusbar-downspeed',
- text: '9.8KiB/s (30 KiB/s)',
+ text: ' ',
cls: 'x-btn-text-icon',
iconCls: 'x-deluge-downloading',
menu: Deluge.Menus.Download
}, '-', {
id: 'statusbar-upspeed',
- text: '9.8KiB/s (30 KiB/s)',
+ text: ' ',
cls: 'x-btn-text-icon',
iconCls: 'x-deluge-seeding',
menu: Deluge.Menus.Upload
}, '-', {
id: 'statusbar-traffic',
- text: '1.53/2,65 KiB/s',
+ text: ' ',
cls: 'x-btn-text-icon',
iconCls: 'x-deluge-traffic'
}, '-', {
id: 'statusbar-dht',
- text: '161',
+ text: ' ',
cls: 'x-btn-text-icon',
iconCls: 'x-deluge-dht'
});
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---