[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
jogaulupeau
jo.gaulupeau at gmail.com
Tue Feb 28 22:21:56 UTC 2012
The following commit has been merged in the debian/master branch:
commit f793fe6420ce94ce81be1cae9ec4d401b5084205
Author: jogaulupeau <jo.gaulupeau at gmail.com>
Date: Mon Feb 20 13:16:52 2012 +0100
Update shinken/webui/plugins/problems/views/problems.tpl
diff --git a/shinken/webui/plugins/problems/views/problems.tpl b/shinken/webui/plugins/problems/views/problems.tpl
index 22b56c6..8619687 100644
--- a/shinken/webui/plugins/problems/views/problems.tpl
+++ b/shinken/webui/plugins/problems/views/problems.tpl
@@ -1,4 +1,3 @@
-
%import time
%now = time.time()
%helper = app.helper
@@ -215,7 +214,7 @@ document.addEvent('domready', function() {
%else:
<td class=" no_border" style="width:120px;"></td>
%end
- <td class=" no_border" style="width:50px;"> {{pb.state}}</td>
+ <td class=" no_border {{pb.__class__.my_type}}_{{pb.state_id}}" style="width:50px;"> {{pb.state}}</td>
<td title='{{helper.print_date(pb.last_state_change)}}' class=" no_border" style="width:50px;">{{helper.print_duration(pb.last_state_change, just_duration=True, x_elts=2)}}</td>
%# "We put a title (so a tip) on the output onlly if need"
%if len(pb.output) > 100:
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list