[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Frescha
frescha at unitedseed.de
Tue Feb 28 22:10:00 UTC 2012
The following commit has been merged in the debian/master branch:
commit 74bbb8e2a7a74d8678ea00437ce8e1958ec87ea2
Author: Frescha <frescha at unitedseed.de>
Date: Tue Dec 27 23:08:28 2011 +0100
Fix: wrong html tag
diff --git a/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl b/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
index b6e6f2d..aa67dd1 100644
--- a/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
+++ b/shinken/webui/plugins/eltdetail/views/eltdetail2.tpl
@@ -156,7 +156,7 @@ Invalid element name
<dd>{{elt.output}}</dd>
<dt scope="row" class="column1">Performance Data</dt>
- <td>{{elt.perf_data}}</dd>
+ <dd>{{elt.perf_data}}</dd>
<dt scope="row" class="column1">Current Attempt</dt>
<dd>{{elt.attempt}}/{{elt.max_check_attempts}} ({{elt.state_type}} state)</dd>
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list