450 pixels is too short. Making it not hard-coded would be nice, though.
authorEric Price <ecprice@mit.edu>
Fri, 28 Mar 2008 23:14:35 +0000 (19:14 -0400)
committerEric Price <ecprice@mit.edu>
Fri, 28 Mar 2008 23:14:35 +0000 (19:14 -0400)
svn path=/trunk/web/; revision=285

templates/vnc.tmpl

index d9fa88a..a0b8b01 100644 (file)
@@ -14,7 +14,7 @@ Console to $machine.name
 #end if
 <p>Here is a console to ${machine.name}.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
-        WIDTH="100%" HEIGHT="450">
+        WIDTH="100%" HEIGHT="1000">
 <PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="10003">
 <PARAM NAME="HOST" VALUE="$hostname">