#from skeleton import skeleton
#extends skeleton
#def title
Info on $machine.name
#end def
#def infoTable()
Info
#for $key, $value in $fields
$key: | $value |
#end for
#end def
#def commands()
#if $on
#if not $machine.type.hvm
Console access: type
ssh $machine.name@$config.console.hostname
on Athena. (more info)
#elif $has_vnc
Get Console
#else
VNC console not enabled; still booting?
#end if
#end if
#end def
#def modifyForm()
#if $err
We had a problem with your request:
#else if $varExists('new_machine')
Successfully modified.
#end if
#if $on
(To edit ram, disk size, or machine name, turn off the machine first.)
#end if
#end def
#def body
#filter None
$infoTable()
#end filter
Commands
#filter None
$commands()
#end filter
Settings
#filter None
$modifyForm()
#end filter
#end def