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 --- .../Reports/reports/templates/config_items/index.html | 16 +++++++++++----- .../Reports/reports/templates/config_items/listing.html | 14 +++++++------- 2 files changed, 18 insertions(+), 12 deletions(-) (limited to 'src/lib/Server/Reports/reports/templates/config_items') diff --git a/src/lib/Server/Reports/reports/templates/config_items/index.html b/src/lib/Server/Reports/reports/templates/config_items/index.html index 60a09fe57..32e1ed17b 100644 --- a/src/lib/Server/Reports/reports/templates/config_items/index.html +++ b/src/lib/Server/Reports/reports/templates/config_items/index.html @@ -3,8 +3,8 @@ {% extends "base.html" %} {% block extra_header_info %} - - + + {% endblock%} {% block title %}Configuration Element Details{% endblock %} @@ -17,6 +17,7 @@ {% endblock %} {% block content %} + {% ifequal mod_or_bad "bad" %}

Bad {{item.kind}}: {{item.name}}

@@ -56,14 +57,19 @@ Calendar - - | +{% ifequal mod_or_bad "modified" %} + + | +{% else %} + + | +{% endifequal %}


{% if associated_client_list %}

The following clients had this problem as of {{timestamp_date}}@{{timestamp_time}}:

{% for client in associated_client_list %} - {{client.name}}
+ {{client.name}}
{% endfor %}

diff --git a/src/lib/Server/Reports/reports/templates/config_items/listing.html b/src/lib/Server/Reports/reports/templates/config_items/listing.html index 8c4500258..f3be1e4d5 100644 --- a/src/lib/Server/Reports/reports/templates/config_items/listing.html +++ b/src/lib/Server/Reports/reports/templates/config_items/listing.html @@ -2,20 +2,20 @@ {% load django_templating_sigh %} {% block extra_header_info %} - - + + - - - - + + + +