pari: branch asterisknow r1915 -	/branches/asterisknow/config/digital.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Wed Dec  5 18:26:43 CST 2007
    
    
  
Author: pari
Date: Wed Dec  5 18:26:42 2007
New Revision: 1915
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1915
Log:
show used channels
Modified:
    branches/asterisknow/config/digital.html
Modified: branches/asterisknow/config/digital.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/digital.html?view=diff&rev=1915&r1=1914&r2=1915
==============================================================================
--- branches/asterisknow/config/digital.html (original)
+++ branches/asterisknow/config/digital.html Wed Dec  5 18:26:42 2007
@@ -258,7 +258,7 @@
 
 		var newCell3 = newRow.insertCell(3);
 		//newCell3.innerHTML = String(SPANS[span]['usedchans'])+"/"+String(SPANS[span]['totchans'])+" ("+SPANS[k]['spantype']+")";
-		newCell3.innerHTML = String(SPANS[span]['totchans']); //for the time being
+		newCell3.innerHTML = String(SPANS[span]['definedchans']) + '/' + String(SPANS[span]['totchans']); //for the time being
 		newCell3.align = "center";
 
 		var newCell4 = newRow.insertCell(4);
    
    
More information about the asterisk-gui-commits
mailing list