Ignore:
Timestamp:
Oct 9, 2007, 7:28:19 AM (17 years ago)
Author:
ecprice
Message:

Store a little global state to avoid an extra remctls.

File:
1 edited

Legend:

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

    r133 r152  
    88#def body
    99<h1>Console</h1>
     10#if not $on
     11<p> Your machine appears to be off.</p>
     12#else if not $has_vnc
     13<p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
     14#end if
    1015<p>Here is a console to ${machine.name}.</p>
    1116<APPLET CODE="VncViewer.class" ARCHIVE="../VncViewer.jar"
Note: See TracChangeset for help on using the changeset viewer.