mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
CSS: Inline styles
This commit is contained in:
parent
400abfe7f2
commit
37260b5035
@ -47,7 +47,7 @@ if ($this->layout()->inlineLayout) {
|
|||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div id="main" role="main">
|
<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) ?>
|
<?= $this->render($inlineLayoutScript) ?>
|
||||||
</div>
|
</div>
|
||||||
<div id="col2" class="container"></div>
|
<div id="col2" class="container"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user