mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-20 16:30:07 -05:00
8 lines
198 B
PHTML
8 lines
198 B
PHTML
<?php if (! $compact): ?>
|
|
<div class="controls">
|
|
<?= $tabs ?>
|
|
</div>
|
|
<?php endif ?>
|
|
<div class="iframe-container">
|
|
<iframe src="<?= $this->escape($url) ?>" frameborder="no"></iframe>
|
|
</div>
|