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 +++++++++--------- .../reports/templates/clients/client-nodebox.html | 6 ++--- .../Reports/reports/templates/clients/detail.html | 5 +++- .../Reports/reports/templates/clients/index.html | 6 ++--- .../Reports/reports/templates/clients/manage.html | 27 ++++++++++++++++++++++ .../reports/templates/config_items/index.html | 16 +++++++++---- .../reports/templates/config_items/listing.html | 14 +++++------ .../Reports/reports/templates/displays/index.html | 6 ++--- .../displays/summary-block-direct-links.html | 12 +++++----- .../reports/templates/displays/summary.html | 6 ++--- .../Reports/reports/templates/displays/timing.html | 10 ++++---- 11 files changed, 83 insertions(+), 47 deletions(-) create mode 100644 src/lib/Server/Reports/reports/templates/clients/manage.html (limited to 'src/lib/Server/Reports/reports/templates') 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 @@ {% include "displays/summary-block-direct-links.html" %} diff --git a/src/lib/Server/Reports/reports/templates/displays/timing.html b/src/lib/Server/Reports/reports/templates/displays/timing.html index e9020b8ef..8586de2cf 100644 --- a/src/lib/Server/Reports/reports/templates/displays/timing.html +++ b/src/lib/Server/Reports/reports/templates/displays/timing.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block extra_header_info %} - - + + {% endblock%} {% block title %}Display Index Listing{% endblock %} @@ -21,8 +21,8 @@ Calendar - - | + + |


@@ -38,7 +38,7 @@ {% for dict_unit in stats_list %} - {{dict_unit.name}} + {{dict_unit.name}} {{dict_unit.parse}} {{dict_unit.probe}} {{dict_unit.inventory}} -- cgit v1.2.3-1-g7c22