X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/97a1b45c11a71728664e994cbcdca4801baa8635..215d45efd45e47073a2f4238e4e3cef2dd342dc9:/code/templates/info.mako diff --git a/code/templates/info.mako b/code/templates/info.mako index b98e7c2..1fb4284 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -5,12 +5,23 @@ Info on ${machine.name} +%if os.path.exists("/etc/invirt/motd.html"): +
+

${open('/etc/invirt/motd.html').read()|n}

+
+%endif + <%def name="infoTable()">

Info

% for key, value in fields: % endfor + % if on: + % if 'monitoring' in config and len(config.monitoring) and 'baseuri' in config.monitoring[0]: + + % endif + % endif
${key}:${value}
CPU history:Domain CPU usage
@@ -28,7 +39,7 @@ Info on ${machine.name} % endif <%def name="command_button(title, value, cdrom=False, extra='')">
- + % if cdrom: Boot CD: ${self.fn.cdromList()} @@ -45,9 +56,8 @@ Info on ${machine.name} % endif
- ${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM?');"''')} + ${command_button("Delete VM", "delete", extra='''onclick="return confirm('Are you sure that you want to delete this VM (\\\'%s\\\')?');"''' % (machine.name))}
-
<%def name="modifyForm()"> @@ -59,8 +69,7 @@ Info on ${machine.name} % if on: (To edit ram, disk size, or machine name, turn off the machine first.) % endif -
- +
Description:
Owner${self.fn.helppopup("Owner")}: