Changeset 285


Ignore:
Timestamp:
Mar 28, 2008, 7:14:35 PM (16 years ago)
Author:
ecprice
Message:

450 pixels is too short. Making it not hard-coded would be nice, though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/vnc.tmpl

    r281 r285  
    1515<p>Here is a console to ${machine.name}.</p>
    1616<APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
    17         WIDTH="100%" HEIGHT="450">
     17        WIDTH="100%" HEIGHT="1000">
    1818<PARAM NAME="PASSWORD" VALUE="moocow">
    1919<PARAM NAME="PORT" VALUE="10003">
Note: See TracChangeset for help on using the changeset viewer.