Skip to content

Commit

Permalink
action-list.js: Update the history explicitly when closing col2
Browse files Browse the repository at this point in the history
With Icinga/icingaweb2#5179 this will
not be done by default anymore
  • Loading branch information
nilmerg committed Mar 14, 2024
1 parent 706cd88 commit 2e2b053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/js/action-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
&& _this.icinga.loader.getLinkTargetFor($(target)).attr('id') === 'col2'
) {
_this.icinga.ui.layout1col();
_this.icinga.history.pushCurrentState();
_this.enableAutoRefresh('col1');
return;
}
Expand Down

0 comments on commit 2e2b053

Please sign in to comment.