diff options
author | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2007-01-06 04:27:34 +0000 |
---|---|---|
committer | Joey Hagedorn <hagedorn@mcs.anl.gov> | 2007-01-06 04:27:34 +0000 |
commit | fd90fd9cda987dc13eddb098fbbe6bc763fbba7c (patch) | |
tree | b21b9ca9f350194068afbc3e5a81a762cfd861e2 /src/lib | |
parent | a64d0af803351f6a7146906cd6b379b2072b022f (diff) | |
download | bcfg2-fd90fd9cda987dc13eddb098fbbe6bc763fbba7c.tar.gz bcfg2-fd90fd9cda987dc13eddb098fbbe6bc763fbba7c.tar.bz2 bcfg2-fd90fd9cda987dc13eddb098fbbe6bc763fbba7c.zip |
Minor changes to report formatting CSS
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2625 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Server/Reports/reports/templates/config_items/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 b6e4957a4..60a09fe57 100644 --- a/src/lib/Server/Reports/reports/templates/config_items/index.html +++ b/src/lib/Server/Reports/reports/templates/config_items/index.html @@ -44,7 +44,7 @@ {% endif %}{% if not item.reason.current_exists %} <tr><td align="right"><b>Existance: </b></td><td colspan=2>This item does not currently exist on the host but is specified to exist in the configuration.</td></tr> {% endif %}{% if item.reason.current_diff %} -<tr><td align="right"><b>Unified Diff: </b></td><td colspan=2><pre>{{item.reason.current_diff|syntaxhilight:"diff"}}</pre></td></tr> +<tr><td align="right"><b>NDiff: </b></td><td colspan=2><pre>{{item.reason.current_diff|syntaxhilight:"diff"}}</pre></td></tr> {% endif %} </table></center> <hr/> |