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';
}
?>
layout()->isIframe): ?>
data-icinga-module="= $moduleName ?>"
data-icinga-title="= ! empty($this->title) ? $this->escape($this->title) . ' :: ' : '' ?>= $this->defaultTitle ?>"
data-icinga-url="= $this->escape(Url::fromRequest()->without('renderLayout')->getAbsoluteUrl()); ?>"
= $refresh; ?>
style="display: block">
= $this->render($inlineLayoutScript) ?>