|
@@ -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 () {
|