summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Reports/reports/templates/base-timeview.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-timeview.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-timeview.html')
-rw-r--r--src/lib/Bcfg2/Server/Reports/reports/templates/base-timeview.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Reports/reports/templates/base-timeview.html b/src/lib/Bcfg2/Server/Reports/reports/templates/base-timeview.html
index 842de36f0..9a5ef651c 100644
--- a/src/lib/Bcfg2/Server/Reports/reports/templates/base-timeview.html
+++ b/src/lib/Bcfg2/Server/Reports/reports/templates/base-timeview.html
@@ -20,6 +20,9 @@ document.write(getCalendarStyles());
{% if not timestamp %}Rendered at {% now "Y-m-d H:i" %} | {% else %}View as of {{ timestamp|date:"Y-m-d H:i" }} | {% endif %}{% spaceless %}
<a id='cal_link' name='cal_link' href='#' onclick='showCalendar(); return false;'
>[change]</a>
- <form method='post' action='{{ path }}' id='cal_form' name='cal_form'><input id='cal_date' name='cal_date' type='hidden' value=''/></form>
+ <form method='post' action='{{ path }}' id='cal_form' name='cal_form'>
+ <input id='cal_date' name='cal_date' type='hidden' value=''/>
+ <input name='op' type='hidden' value='timeview'/>
+ </form>
{% endspaceless %}
{% endblock %}