From 5dc9881ac52e2a6cb9c326931a0e5c92f138c74f Mon Sep 17 00:00:00 2001 From: Joey Hagedorn Date: Mon, 25 Jun 2007 19:34:56 +0000 Subject: Added UI to disable old hosts, hopefully made it possible to install app in non-root of webserver git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3365 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Reports/reports/templates/base.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/lib/Server/Reports/reports/templates/base.html') diff --git a/src/lib/Server/Reports/reports/templates/base.html b/src/lib/Server/Reports/reports/templates/base.html index b968e4e84..d733e5563 100644 --- a/src/lib/Server/Reports/reports/templates/base.html +++ b/src/lib/Server/Reports/reports/templates/base.html @@ -3,9 +3,9 @@ {% block title %}Bcfg2 Reporting System{% endblock %} - - - + + + {% block extra_header_info %}{% endblock %} @@ -19,21 +19,21 @@