12 lines
322 B
PHTML
12 lines
322 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h1><?= $this->translate('Welcome to the Icinga Director') ?></h1>
|
|
<?php if ($this->errorMessage): ?>
|
|
<p class="error"><?= $this->errorMessage ?></p>
|
|
<?php endif ?>
|
|
Nothing to see here yet. We will point you to the most common tasks later on.
|
|
</div>
|