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/sys_view.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/lib/Server/Reports/reports/templates/displays/sys_view.html (limited to 'src/lib/Server/Reports/reports/templates/displays/sys_view.html') diff --git a/src/lib/Server/Reports/reports/templates/displays/sys_view.html b/src/lib/Server/Reports/reports/templates/displays/sys_view.html new file mode 100644 index 000000000..1298059bf --- /dev/null +++ b/src/lib/Server/Reports/reports/templates/displays/sys_view.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% load django_templating_sigh %} + +{% block title %}System-View Display{% endblock %} +{% block pagebanner %} +
+

Grand System View

+ Report Run @ {% now "F j, Y P"%} +
+
+{% endblock %} +{% block content %} +

This view is deprecated and will be removed soon.


Please use the "Summary" view and drill down instead.
+ + {% include "displays/summary-block.html" %} + {% for client in client_list %} + {% set_interaction "foo" %} + {% include "clients/client-nodebox.html" %} + {% endfor %} +{% endblock %} -- cgit v1.2.3-1-g7c22