Deactivate addUrl to Dashboard

refs #6639
This commit is contained in:
Alexander Fuhr 2014-08-22 15:37:23 +02:00
parent 7d25efb93c
commit b60c3590b0

View File

@ -2,6 +2,11 @@
<?= $this->tabs ?> <?= $this->tabs ?>
</div> </div>
<div class="content" > <div class="content">
<?= $this->form ?> <h1><?= $this->escape($this->translate('This feature is deactivated at the moment.')); ?></h1>
</div> <p>
<?=
$this->escape($this->translate('Please have a little patience, we are hard working on it, take a look at icingaweb2 issues.'));
?>
</p>
</div>