actiontable.js: Update row counter when detail area is closed

refs #10691
This commit is contained in:
Jennifer Mourek 2016-10-19 16:25:40 +02:00
parent 00880710ed
commit 3338040952
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;