icingaweb2-module-director/application/views/scripts/phperror/dependencies.phtml
2021-12-17 11:47:14 +01:00

9 lines
208 B
PHTML

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
</div>
<div class="content">
<p class="legacy-error"><?= $this->escape($this->message) ?></p>
<?= $this->table ?>
</div>