pari: trunk r1009 - /trunk/config/syslog.html

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Wed May 30 18:32:01 MST 2007


Author: pari
Date: Wed May 30 20:32:00 2007
New Revision: 1009

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1009
Log:
update syslog to window resolution

Modified:
    trunk/config/syslog.html

Modified: trunk/config/syslog.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/syslog.html?view=diff&rev=1009&r1=1008&r2=1009
==============================================================================
--- trunk/config/syslog.html (original)
+++ trunk/config/syslog.html Wed May 30 20:32:00 2007
@@ -58,6 +58,8 @@
 
 
 function localajaxinit(){
+	var adjust_toScreen = function(){ _$('todaylog').style.height = (window.innerHeight -35) + 'px'; }
+	add_event( window , 'resize', adjust_toScreen);
 	top._$('mainscreen').width= 798;
 	setWindowTitle("System Log");
 	// call the tool (sysinfo)



More information about the asterisk-gui-commits mailing list