CSS: Inline styles

This commit is contained in:
Florian Strohmaier 2019-07-04 11:38:30 +02:00 committed by Johannes Meyer
parent 400abfe7f2
commit 37260b5035
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if ($this->layout()->inlineLayout) {
</div>
<?php endif ?>
<div id="main" role="main">
<div id="col1" class="container<?= $moduleClass ?>"<?php if ($moduleName): ?> data-icinga-module="<?= $moduleName ?>" <?php endif ?> data-icinga-url="<?= $this->escape(Url::fromRequest()->without('renderLayout')->getAbsoluteUrl()); ?>"<?= $refresh; ?> style="display: block">
<div id="col1" class="container<?= $moduleClass ?>"<?php if ($moduleName): ?> data-icinga-module="<?= $moduleName ?>" <?php endif ?> data-icinga-url="<?= $this->escape(Url::fromRequest()->without('renderLayout')->getAbsoluteUrl()); ?>"<?= $refresh; ?>>
<?= $this->render($inlineLayoutScript) ?>
</div>
<div id="col2" class="container"></div>