X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/867613f209f2f414afd261258c73b6adf4bdd905..3abe2fa4dc143618a9d0bee9f66f04b141fb9dd2:/templates/info.tmpl diff --git a/templates/info.tmpl b/templates/info.tmpl index f2ebe51..6ac0227 100644 --- a/templates/info.tmpl +++ b/templates/info.tmpl @@ -2,10 +2,79 @@ #extends skeleton #def title -Created! +Info on $machine.name #end def + #def body

Info

-

Info on ${machine.name}.

+

Info on ${machine.name}:

+ + #for $key, $value in $fields + + #end for +
$key:$value
+ +

Commands:

+
+ + + + + + #if $on + + + + #else + + #end if + + + + + + +
+ #if $on + #if $has_vnc + Console + #else + VNC is not enabled + #end if + #else + + #end if +
Boot CD:
+
+

Change settings: +#if $on +(To edit ram, disk size, or machine name, turn off the machine first.) +#end if +

+
+ + + + + +#if $machine.nics + +#end if +#if not $on + + + +#end if + +
Owner${helppopup("owner")}:
Administrator${helppopup("administrator")}:
Contact email:
Hostname:.servers.csail.mit.edu
Machine Name:
Ram:MB (max $max_mem)
Disk:GB (max $max_disk)WARNING: Modifying disk size may corrupt your data.
+
+ #end def