pari: branch 2.0 r4248 - in /branches/2.0/config: js/sysinfo.js sysinfo.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Dec 1 15:41:06 CST 2008
Author: pari
Date: Mon Dec 1 15:41:05 2008
New Revision: 4248
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4248
Log:
DIV 'sysinfohtml' is no longer needed.
Modified:
branches/2.0/config/js/sysinfo.js
branches/2.0/config/sysinfo.html
Modified: branches/2.0/config/js/sysinfo.js
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/js/sysinfo.js?view=diff&rev=4248&r1=4247&r2=4248
==============================================================================
--- branches/2.0/config/js/sysinfo.js (original)
+++ branches/2.0/config/js/sysinfo.js Mon Dec 1 15:41:05 2008
@@ -48,7 +48,6 @@
};
function getsysinfohtml(){
- _$('sysinfohtml').innerHTML = ASTGUI.loadHTML(top.sessionData.directories.output_SysInfo);
ASTGUI.systemCmdWithOutput( 'uname -a' , function(output){ _$('osversion').innerHTML = output; });
ASTGUI.systemCmdWithOutput( 'uptime' , function(output){ _$('uptime').innerHTML = output.replace(/load average/, "<BR>Load Average"); });
ASTGUI.systemCmdWithOutput( 'date' , function(output){
Modified: branches/2.0/config/sysinfo.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/sysinfo.html?view=diff&rev=4248&r1=4247&r2=4248
==============================================================================
--- branches/2.0/config/sysinfo.html (original)
+++ branches/2.0/config/sysinfo.html Mon Dec 1 15:41:05 2008
@@ -27,8 +27,6 @@
</style>
<body bgcolor="EFEFEF">
-<div id="sysinfohtml" style="display:none"></div>
-
<div class="iframeTitleBar"> System Information <span style="cursor: pointer; cursor: hand;" onclick="window.location.reload();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span> </div>
<div id="tabbedMenu"></div>
More information about the asterisk-gui-commits
mailing list