actiontable.js: Update row counter when detail area is closed
refs #10691
This commit is contained in:
parent
00880710ed
commit
3338040952
|
@ -456,6 +456,7 @@
|
|||
this.tables().each(function () {
|
||||
new Selection(this, _this.icinga).clear();
|
||||
});
|
||||
$('.selection-info-count').text('0');
|
||||
};
|
||||
|
||||
Icinga.Behaviors.ActionTable = ActionTable;
|
||||
|
|
Loading…
Reference in New Issue