data-icinga-module="= $moduleName ?>" data-icinga-url="= Url::fromRequest()->without('renderLayout') ?>"= $refresh ?> style="display: block">
= $this->render('inline.phtml') ?>
isAuthenticated()): $moduleName = $this->layout()->moduleName; if ($moduleName) { $moduleClass = ' icinga-module module-' . $moduleName; } else { $moduleClass = ''; } $refresh = ''; if ($this->layout()->autorefreshInterval) { $refresh = ' data-icinga-refresh="' . $this->layout()->autorefreshInterval . '"'; } ?>