rbrindley: branch rbrindley/welcome_revamp r4168 - in /team/rbrindley/welcome...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Nov 20 16:12:00 CST 2008


Author: rbrindley
Date: Thu Nov 20 16:11:59 2008
New Revision: 4168

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4168
Log:
changed firmware_div to sys_uptime_div and added ast_uptime_div below sys_uptime_div

Modified:
    team/rbrindley/welcome_revamp/config/js/welcome.js
    team/rbrindley/welcome_revamp/config/welcome.html

Modified: team/rbrindley/welcome_revamp/config/js/welcome.js
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/js/welcome.js?view=diff&rev=4168&r1=4167&r2=4168
==============================================================================
--- team/rbrindley/welcome_revamp/config/js/welcome.js (original)
+++ team/rbrindley/welcome_revamp/config/js/welcome.js Thu Nov 20 16:11:59 2008
@@ -623,11 +623,11 @@
 		(function(){
 			if( parent.sessionData.PLATFORM.isAA50 ) {
 				ASTGUI.systemCmdWithOutput( 'firmware_version' , function(a){
-					_$('firmware_div').innerHTML = 'Firmware : v' + a.trim() ;
+					_$('sys_uptime_div').innerHTML = 'Firmware : v' + a.trim() ;
 				});
 			}else{
 				ASTGUI.systemCmdWithOutput( 'uptime' , function(a){
-					_$('firmware_div').innerHTML = 'Uptime : ' + a.trim() ;
+					_$('sys_uptime_div').innerHTML = 'Uptime : ' + a.trim() ;
 				});
 			}
 		})();	

Modified: team/rbrindley/welcome_revamp/config/welcome.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/welcome.html?view=diff&rev=4168&r1=4167&r2=4168
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome.html Thu Nov 20 16:11:59 2008
@@ -276,7 +276,8 @@
 
 	<div class="lite_Heading">System Status</div>
 
-	<div id="firmware_div"></div>
+	<div id="sys_uptime_div"></div>
+	<div id="ast_uptime_div"></div>
 
 	<div class="section_title"> Trunks </div>
 




More information about the asterisk-gui-commits mailing list