mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix history breaking on autorefresh
This commit is contained in:
parent
ded6666897
commit
4e2595c09b
@ -590,7 +590,7 @@
|
||||
}
|
||||
|
||||
// Update history when necessary
|
||||
if (req.addToHistory) {
|
||||
if (! req.autorefresh && req.addToHistory) {
|
||||
if (req.$target.hasClass('container')) {
|
||||
// We only want to care about top-level containers
|
||||
if (req.$target.parent().closest('.container').length === 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user