Title: [opsview] [10248] display ack icon for cells style as well
Revision
10248
Author
aburzynski
Date
2012-10-02 13:12:01 +0100 (Tue, 02 Oct 2012)

Log Message

display ack icon for cells style as well

Modified Paths


Modified: trunk/opsview-web/root/viewportsummary/cells
===================================================================
--- trunk/opsview-web/root/viewportsummary/cells	2012-10-02 11:44:05 UTC (rev 10247)
+++ trunk/opsview-web/root/viewportsummary/cells	2012-10-02 12:12:01 UTC (rev 10248)
@@ -20,7 +20,7 @@
   END;
 %]
 <td class="centered [% extra_classes.join(" ") %]">
-[% IF highest_state != "ok" %]
+[% IF highest_state != "ok" || ( keyword.exclude_handled && highest_state == "ok" ) %]
 <div class="shield">
 [% IF (allhandled) %]<div class="handledbadge" title="[% c.loc("ui.viewport.label.allProblemsHandled") | html %]"></div>[% END %]
 [% END %]

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to