mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
loader.js: Don't attempt to load an extra update to a closed column
This commit is contained in:
parent
a3c04f9108
commit
6e16ded825
@ -948,6 +948,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
url = $target.data('icingaUrl');
|
url = $target.data('icingaUrl');
|
||||||
|
if (! url) {
|
||||||
|
_this.icinga.logger.debug(
|
||||||
|
'Superfluous extra update. The target\'s container has no url', el);
|
||||||
|
return;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
_this.icinga.logger.error('Invalid extra update', el);
|
_this.icinga.logger.error('Invalid extra update', el);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user