X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b26a7d35e4ac578595f88eef03303cfbfd42a319..e37dd15bbf8683bab8454ea0eec8e9968ce982b2:/templates/vnc.tmpl diff --git a/templates/vnc.tmpl b/templates/vnc.tmpl deleted file mode 100644 index a0b8b01..0000000 --- a/templates/vnc.tmpl +++ /dev/null @@ -1,29 +0,0 @@ -#from skeleton import skeleton -#extends skeleton - -#def title -Console to $machine.name -#end def - -#def body -

Console

-#if not $on -

Your machine appears to be off.

-#else if not $has_vnc -

Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?

-#end if -

Here is a console to ${machine.name}.

- - - - - - - - -

Tip: At a Linux boot prompt, try setting fb=false 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.

-#* -java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory -*# -#end def