mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-06 15:50:10 +02:00
9 lines
198 B
PHTML
9 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>
|