rbrindley: branch 2.0 r4535 - /branches/2.0/config/js/welcome.js
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Feb 27 14:00:06 CST 2009
Author: rbrindley
Date: Fri Feb 27 14:00:03 2009
New Revision: 4535
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4535
Log:
- now using 'queue show' instead of 'show queues' when loading queues in the System Status page
Modified:
branches/2.0/config/js/welcome.js
Modified: branches/2.0/config/js/welcome.js
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/js/welcome.js?view=diff&rev=4535&r1=4534&r2=4535
==============================================================================
--- branches/2.0/config/js/welcome.js (original)
+++ branches/2.0/config/js/welcome.js Fri Feb 27 14:00:03 2009
@@ -276,7 +276,7 @@
$('.queue:not(.template)').remove();
- var queue_status = ASTGUI.cliCommand('show queues');
+ var queue_status = ASTGUI.cliCommand('queue show');
queue_status = parent.ASTGUI.parseCLIResponse(queue_status);
//ast-gui*CLI> show queues
//6501 has 1 calls (max unlimited) in 'ringall' strategy (0s holdtime), W:0, C:0, A:4, SL:0.0% within 0s
More information about the asterisk-gui-commits
mailing list