diff --git a/public/js/icinga/loader.js b/public/js/icinga/loader.js index a811a3928..5fb782d23 100644 --- a/public/js/icinga/loader.js +++ b/public/js/icinga/loader.js @@ -256,6 +256,10 @@ // Not sure whether we need this Accept-header var headers = { 'X-Icinga-Accept': 'text/html' }; + if (!! id) { + headers['X-Icinga-Container'] = id; + } + if (autorefresh) { headers['X-Icinga-Autorefresh'] = '1'; }