bkruse: branch asterisknow r1730 - /branches/asterisknow/config/trunks.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Oct 24 16:18:02 CDT 2007


Author: bkruse
Date: Wed Oct 24 16:18:02 2007
New Revision: 1730

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1730
Log:
skip span contexts in service providers page

Modified:
    branches/asterisknow/config/trunks.html

Modified: branches/asterisknow/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/trunks.html?view=diff&rev=1730&r1=1729&r2=1730
==============================================================================
--- branches/asterisknow/config/trunks.html (original)
+++ branches/asterisknow/config/trunks.html Wed Oct 24 16:18:02 2007
@@ -711,6 +711,7 @@
 }
 
 function addrow_totable(sp_text, sp_value){
+	if(sp_value.beginsWith('span_')){return true;}
 	var _spt = _$('serviceproviderstable') ;
 	var sno = _spt.rows.length + 1;
 	var newRow = _spt.insertRow(-1);




More information about the asterisk-gui-commits mailing list