summaryrefslogtreecommitdiffstats
path: root/reports/brpt/reports/templates/displays/sys_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'reports/brpt/reports/templates/displays/sys_view.html')
-rw-r--r--reports/brpt/reports/templates/displays/sys_view.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/reports/brpt/reports/templates/displays/sys_view.html b/reports/brpt/reports/templates/displays/sys_view.html
deleted file mode 100644
index 1298059bf..000000000
--- a/reports/brpt/reports/templates/displays/sys_view.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "base.html" %}
-{% load django_templating_sigh %}
-
-{% block title %}System-View Display{% endblock %}
-{% block pagebanner %}
- <div class="header">
- <h1>Grand System View</h1>
- <span class="notebox">Report Run @ {% now "F j, Y P"%}</span>
- </div>
- <br/>
-{% endblock %}
-{% block content %}
-<center><h2>This view is deprecated and will be removed soon.</h2><br/>Please use the "Summary" view and drill down instead.</center>
-
- {% include "displays/summary-block.html" %}
- {% for client in client_list %}
- {% set_interaction "foo" %}
- {% include "clients/client-nodebox.html" %}
- {% endfor %}
-{% endblock %}