mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
Remove autorefresh data flag for containers no longer refreshing
This commit is contained in:
parent
4b47841dc2
commit
1f6616e7d7
@ -319,7 +319,7 @@
|
|||||||
if (refresh) {
|
if (refresh) {
|
||||||
req.$target.data('icingaRefresh', refresh);
|
req.$target.data('icingaRefresh', refresh);
|
||||||
} else {
|
} else {
|
||||||
req.$target.removeData('lastUpdate');
|
req.$target.removeData('lastRefresh');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set a window identifier if the server asks us to do so
|
// Set a window identifier if the server asks us to do so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user