From c57c79a36f1e4d2b66ef7f01bc0a82ef7d5996e8 Mon Sep 17 00:00:00 2001 From: Joey Hagedorn Date: Wed, 22 Nov 2006 21:18:05 +0000 Subject: finishing move git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2521 ce84e21b-d406-0410-9b95-82705330c041 --- .../Reports/reports/templates/displays/timing.html | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/lib/Server/Reports/reports/templates/displays/timing.html (limited to 'src/lib/Server/Reports/reports/templates/displays/timing.html') diff --git a/src/lib/Server/Reports/reports/templates/displays/timing.html b/src/lib/Server/Reports/reports/templates/displays/timing.html new file mode 100644 index 000000000..e9020b8ef --- /dev/null +++ b/src/lib/Server/Reports/reports/templates/displays/timing.html @@ -0,0 +1,52 @@ +{% extends "base.html" %} + +{% block extra_header_info %} + + + +{% endblock%} +{% block title %}Display Index Listing{% endblock %} + +{% block content %} +
+

BCFG Performance Timings

+ Report Run @ {% now "F j, Y P"%} +
+
+
+ +Enter date or use calendar popup: +
+@ + +Calendar + + | +
+



+
+ + + + + + + + + + + {% for dict_unit in stats_list %} + + + + + + + + + + {% endfor %} +
HostnameParseProbeInventoryInstallConfigTotal
{{dict_unit.name}}{{dict_unit.parse}}{{dict_unit.probe}}{{dict_unit.inventory}}{{dict_unit.install}}{{dict_unit.config}}{{dict_unit.total}}
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3-1-g7c22