Changeset 281
- Timestamp:
- Mar 28, 2008, 6:21:55 PM (17 years ago)
- Location:
- trunk/web/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates
- Property svn:ignore
-
old new 1 1 *.py 2 2 *.pyc 3 *.py.bak
-
- Property svn:ignore
-
trunk/web/templates/vnc.tmpl
r267 r281 15 15 <p>Here is a console to ${machine.name}.</p> 16 16 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar" 17 WIDTH="100%" HEIGHT=" 2048">17 WIDTH="100%" HEIGHT="450"> 18 18 <PARAM NAME="PASSWORD" VALUE="moocow"> 19 19 <PARAM NAME="PORT" VALUE="10003"> … … 23 23 <PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory"> 24 24 </APPLET> 25 <p><strong>Tip:</strong> At a Linux boot prompt, try setting <tt>fb=false</tt> to disable the framebuffer. If you don't, your machine will run just fine, but this applet's display of the console will suffer artifacts.</p> 25 26 #* 26 27 java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory
Note: See TracChangeset
for help on using the changeset viewer.