mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 16:49:34 -05:00
8 lines
191 B
PHTML
8 lines
191 B
PHTML
<!--<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>-->
|
|
|
|
<div class="content">
|
|
<h1>BI Simulation: <?= $this->escape(preg_replace('/;/', ' - ', $this->node)) ?></h1>
|
|
<?= $this->form ?>
|
|
</div>
|