summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports/templates/base.html
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-06-05 14:41:43 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-06-05 14:41:43 -0500
commit5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd (patch)
treead6142d0100871bc86ae7fde50effc04a675b8f7 /src/lib/Bcfg2/Server/Reports/reports/templates/base.html
parente2b832878a70478add4859f6f17039be9474b749 (diff)
downloadbcfg2-5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd.tar.gz
bcfg2-5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd.tar.bz2
bcfg2-5de4020d2a2ed1028ce39d3a8bd3a8bd865fc8cd.zip
web_reports: added a view to show the most common configuration problems
Diffstat (limited to 'src/lib/Bcfg2/Server/Reports/reports/templates/base.html')
-rw-r--r--src/lib/Bcfg2/Server/Reports/reports/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Reports/reports/templates/base.html b/src/lib/Bcfg2/Server/Reports/reports/templates/base.html
index f541c0d2b..625177390 100644
--- a/src/lib/Bcfg2/Server/Reports/reports/templates/base.html
+++ b/src/lib/Bcfg2/Server/Reports/reports/templates/base.html
@@ -62,6 +62,7 @@
<li>Entries Configured</li>
</ul>
<ul class='menu-level2'>
+ <li><a href="{% url reports_common_problems %}">Common problems</a></li>
<li><a href="{% url reports_item_list "bad" %}">Bad</a></li>
<li><a href="{% url reports_item_list "modified" %}">Modified</a></li>
<li><a href="{% url reports_item_list "extra" %}">Extra</a></li>