data-icinga-module="= $moduleName ?>"
data-icinga-url="= $this->escape(Url::fromRequest()->without('renderLayout')->getAbsoluteUrl()); ?>"
= $refresh; ?>
>
= $this->render($inlineLayoutScript) ?>
layout()->moduleName; if ($moduleName !== 'default') { $moduleClass = ' icinga-module module-' . $moduleName; } else { $moduleClass = ''; } $refresh = ''; if ($this->layout()->autorefreshInterval) { $refresh = ' data-icinga-refresh="' . $this->layout()->autorefreshInterval . '"'; } if ($this->layout()->inlineLayout) { $inlineLayoutScript = $this->layout()->inlineLayout . '.phtml'; } else { $inlineLayoutScript = 'inline.phtml'; } ?>