pari: trunk r1678 - /trunk/config/trunks.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri Oct 12 08:57:00 CDT 2007


Author: pari
Date: Fri Oct 12 08:56:59 2007
New Revision: 1678

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1678
Log:
skip span contexts in ServiceProviders Page

Modified:
    trunk/config/trunks.html

Modified: trunk/config/trunks.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/trunks.html?view=diff&rev=1678&r1=1677&r2=1678
==============================================================================
--- trunk/config/trunks.html (original)
+++ trunk/config/trunks.html Fri Oct 12 08:56:59 2007
@@ -566,6 +566,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