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
1 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
<?= $this->tabs ?>
</div>
<div class="content" >
<?= $this->form ?>
</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>