Merge branch 'bugfix/closing-detail-area-doesnt-update-rows-selected-counter-10691'
fixes #10691
This commit is contained in:
commit
be0884d483
|
@ -456,6 +456,7 @@
|
||||||
this.tables().each(function () {
|
this.tables().each(function () {
|
||||||
new Selection(this, _this.icinga).clear();
|
new Selection(this, _this.icinga).clear();
|
||||||
});
|
});
|
||||||
|
$('.selection-info-count').text('0');
|
||||||
};
|
};
|
||||||
|
|
||||||
Icinga.Behaviors.ActionTable = ActionTable;
|
Icinga.Behaviors.ActionTable = ActionTable;
|
||||||
|
|
Loading…
Reference in New Issue