Selaa lähdekoodia

AMBARI-12234. Critical or Warning Alerts Popup: tooltips don't work after using pagination (alexantonenko)

Alex Antonenko 10 vuotta sitten
vanhempi
commit
f17f197c91

+ 1 - 1
ambari-web/app/controllers/main/alerts/alert_instances_controller.js

@@ -300,7 +300,7 @@ App.MainAlertInstancesController = Em.Controller.extend({
 
 
         refreshTooltips: function () {
         refreshTooltips: function () {
           this.ensureTooltip();
           this.ensureTooltip();
-        }.observes('contents.[]'),
+        }.observes('contents.[]', 'filteringComplete'),
 
 
         ensureTooltip: function () {
         ensureTooltip: function () {
           Em.run.next(this, function () {
           Em.run.next(this, function () {