[icinga-checkins] icinga.org: icinga-web/cdoebler/default: * static content - additional template: modified styles of status tables
git at icinga.org
git at icinga.org
Thu Jan 28 14:27:45 CET 2010
Module: icinga-web
Branch: cdoebler/default
Commit: a3ffb0e821ef3b8e432f7299f0881955a2021838
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=a3ffb0e821ef3b8e432f7299f0881955a2021838
Author: Christian Doebler <christian.doebler at netways.de>
Date: Thu Jan 28 14:26:21 2010 +0100
* static content - additional template: modified styles of status tables
---
.../icinga-tactical-overview-template-custom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/res/xml/icinga-tactical-overview-template-custom.xml b/res/xml/icinga-tactical-overview-template-custom.xml
index 2d9eb91..32489df 100644
--- a/res/xml/icinga-tactical-overview-template-custom.xml
+++ b/res/xml/icinga-tactical-overview-template-custom.xml
@@ -253,14 +253,14 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
- <table border="0" cellpadding="0" cellspacing="0">
+ <table border="0" cellpadding="0" cellspacing="0" style="filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity:0.80;opacity:0.80;">
${if:${HOST_STATUS_UP:COUNT_HOST_OBJECT_ID} > 0}<tr><td style="background-color:#00cc00;">${HOST_STATUS_UP:COUNT_HOST_OBJECT_ID} UP</td></tr>${/if}
${if:${HOST_STATUS_DOWN:COUNT_HOST_OBJECT_ID} > 0}<tr><td style="background-color:#cc0000;">${HOST_STATUS_DOWN:COUNT_HOST_OBJECT_ID} DOWN</td></tr>${/if}
${if:${HOST_STATUS_UNREACHABLE:COUNT_HOST_OBJECT_ID} > 0}<tr><td style="background-color:#ff8000;">${HOST_STATUS_UNREACHABLE:COUNT_HOST_OBJECT_ID} UNREACHABLE</td></tr>${/if}
</table>
</td>
<td>
- <table border="0" cellpadding="0" cellspacing="0">
+ <table border="0" cellpadding="0" cellspacing="0" style="filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity:0.80;opacity:0.80;">
${if:${SERVICE_STATUS_OK:COUNT_SERVICE_OBJECT_ID} > 0}<tr><td style="background-color:#00cc00;">${SERVICE_STATUS_OK:COUNT_SERVICE_OBJECT_ID} OK</td></tr>${/if}
${if:${SERVICE_STATUS_WARNING:COUNT_SERVICE_OBJECT_ID} > 0}<tr><td style="background-color:#ffff00;">${SERVICE_STATUS_WARNING:COUNT_SERVICE_OBJECT_ID} WARNING</td></tr>${/if}
${if:${SERVICE_STATUS_CRITICAL:COUNT_SERVICE_OBJECT_ID} > 0}<tr><td style="background-color:#ff0000;">${SERVICE_STATUS_CRITICAL:COUNT_SERVICE_OBJECT_ID} CRITICAL</td></tr>${/if}
@@ -277,14 +277,14 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
- <table border="0" cellpadding="0" cellspacing="0">
+ <table border="0" cellpadding="0" cellspacing="0" style="filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity:0.80;opacity:0.80;">
${if:${SERVICE_HOST_STATUS_UP:COUNT_HOST_OBJECT_ID} > 0}<tr><td style="background-color:#00cc00;">${SERVICE_HOST_STATUS_UP:COUNT_HOST_OBJECT_ID} UP</td></tr>${/if}
${if:${SERVICE_HOST_STATUS_DOWN:COUNT_HOST_OBJECT_ID} > 0}<tr><td style="background-color:#cc0000;">${SERVICE_HOST_STATUS_DOWN:COUNT_HOST_OBJECT_ID} DOWN</td></tr>${/if}
${if:${SERVICE_HOST_STATUS_UNREACHABLE:COUNT_HOST_OBJECT_ID} > 0}<tr><td style="background-color:#ff8000;">${SERVICE_HOST_STATUS_UNREACHABLE:COUNT_HOST_OBJECT_ID} UNREACHABLE</td></tr>${/if}
</table>
</td>
<td>
- <table border="0" cellpadding="0" cellspacing="0">
+ <table border="0" cellpadding="0" cellspacing="0" style="filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity:0.80;opacity:0.80;">
${if:${SERVICE_STATUS_OK:COUNT_SERVICE_OBJECT_ID} > 0}<tr><td style="background-color:#00cc00;">${SERVICE_STATUS_OK:COUNT_SERVICE_OBJECT_ID} OK</td></tr>${/if}
${if:${SERVICE_STATUS_WARNING:COUNT_SERVICE_OBJECT_ID} > 0}<tr><td style="background-color:#ffff00;">${SERVICE_STATUS_WARNING:COUNT_SERVICE_OBJECT_ID} WARNING</td></tr>${/if}
${if:${SERVICE_STATUS_CRITICAL:COUNT_SERVICE_OBJECT_ID} > 0}<tr><td style="background-color:#ff0000;">${SERVICE_STATUS_CRITICAL:COUNT_SERVICE_OBJECT_ID} CRITICAL</td></tr>${/if}
More information about the icinga-checkins
mailing list