X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/97a1b45c11a71728664e994cbcdca4801baa8635..a9679b94c0821c37b6fecabfc8839b0da9453157:/code/templates/info.mako
diff --git a/code/templates/info.mako b/code/templates/info.mako
index b98e7c2..5423f3d 100644
--- a/code/templates/info.mako
+++ b/code/templates/info.mako
@@ -11,6 +11,11 @@ Info on ${machine.name}
% for key, value in fields:
${key}: | ${value} |
% endfor
+ % if on:
+ % if 'monitoring' in config and len(config.monitoring) and 'baseuri' in config.monitoring[0]:
+ CPU history: | |
+ % endif
+ % endif
%def>
@@ -28,7 +33,7 @@ Info on ${machine.name}
% endif
<%def name="command_button(title, value, cdrom=False, extra='')">
%def>
<%def name="modifyForm()">
@@ -59,8 +63,7 @@ Info on ${machine.name}
% if on:
(To edit ram, disk size, or machine name, turn off the machine first.)
% endif
-