mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +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');
|
||||
if (! url) {
|
||||
_this.icinga.logger.debug(
|
||||
'Superfluous extra update. The target\'s container has no url', el);
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
_this.icinga.logger.error('Invalid extra update', el);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user