[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

gaulujon gaulujon at colorjunkie.fr
Tue Feb 28 22:22:08 UTC 2012


The following commit has been merged in the debian/master branch:
commit c9d3d25f15f2e9fab9f0be123abd3e1482cc5ea7
Author: jogaulupeau <jo.gaulupeau at gmail.com>
Date:   Tue Feb 21 14:31:38 2012 +0100

    Fix Issue #185 (search & switch pages) https://github.com/naparuba/shinken/issues/185

diff --git a/shinken/webui/plugins/problems/views/problems.tpl b/shinken/webui/plugins/problems/views/problems.tpl
index 22b56c6..8b54946 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
@@ -145,6 +144,8 @@ document.addEvent('domready', function() {
 	        <span class='current'>{{name}}</span>
 	     %elif start == None or end == None:
 		<span class='extend'>...</span>
+	     %elif search:
+                <a href='/{{page}}?start={{start}}&end={{end}}&search={{search}}' class='page larger'>{{name}}</a>
              %else:
 		<a href='/{{page}}?start={{start}}&end={{end}}' class='page larger'>{{name}}</a>
 	     %end

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list