icingaweb2-module-businessp.../application/views/scripts/host/show.phtml

13 lines
376 B
PHTML
Raw Normal View History

2017-12-04 12:05:07 -05:00
<?php
/** @var \Icinga\Web\View $this */
/** @var \Icinga\Web\Widget\Tabs $tabs */
/** @var string $host */
?>
<div class="controls">
<?= $tabs->showOnlyCloseButton() ?>
</div>
<div class="content">
<h1><?= $this->escape($this->translate('Access denied')) ?></h1>
<p><?php printf($this->escape($this->translate('Access to host "%s" denied')), $host) ?></p>
</div>