Merge branch 'bugfix/closing-detail-area-doesnt-update-rows-selected-counter-10691'

fixes #10691
This commit is contained in:
Jennifer Mourek 2016-10-28 08:49:53 +02:00
commit be0884d483
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@
this.tables().each(function () {
new Selection(this, _this.icinga).clear();
});
$('.selection-info-count').text('0');
};
Icinga.Behaviors.ActionTable = ActionTable;