12 lines
353 B
PHTML
12 lines
353 B
PHTML
<div class="controls">
|
|
<?= $this->tabs ?>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h1><?= $this->escape($this->translate('This feature is deactivated at the moment.')); ?></h1>
|
|
<p>
|
|
<?=
|
|
$this->escape($this->translate('Please have a little patience, we are hard working on it, take a look at icingaweb2 issues.'));
|
|
?>
|
|
</p>
|
|
</div>
|