diff --git a/share/check_mk/notifications/mailstache_templates/head_html.mustache b/share/check_mk/notifications/mailstache_templates/head_html.mustache index 16a637d..267e590 100644 --- a/share/check_mk/notifications/mailstache_templates/head_html.mustache +++ b/share/check_mk/notifications/mailstache_templates/head_html.mustache @@ -3,7 +3,7 @@ <title>{{SUBJECT}}</title> <style> body { - background-color: #426D8A; +/* background-color: #426D8A; */ padding: 5px; font-family: arial,helvetica,sans-serif; font-size: 10px; diff --git a/share/check_mk/notifications/mailstache_templates/service_html.mustache b/share/check_mk/notifications/mailstache_templates/service_html.mustache index f50377a..c2ae1c0 100644 --- a/share/check_mk/notifications/mailstache_templates/service_html.mustache +++ b/share/check_mk/notifications/mailstache_templates/service_html.mustache @@ -18,6 +18,9 @@ <tr class="odd0"> <td colspan="2">{{{HOSTCUSTOMNOTES}}}</td> </tr> + <tr> + <th colspan="2">Service Information</th> + </tr> {{/HOSTCUSTOMNOTES}} <tr class="odd0"> <td class=left>Service description</td>