mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 00:29:47 -05:00
13 lines
372 B
PHTML
13 lines
372 B
PHTML
<?php if (! $this->compact && ! $this->showFullscreen): ?>
|
|
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
<h1><?= $this->title ?></h1>
|
|
<?= $this->breadcrumb->render() ?>
|
|
<?= $this->actions->render() ?>
|
|
</div>
|
|
<?php endif ?>
|
|
|
|
<div class="content<?= $this->compact ? ' compact' : '' ?>">
|
|
<?= $this->bpRenderer->render() ?>
|
|
<?= $this->render('warnings.phtml') ?>
|
|
</div>
|