Header: Add h1 to tactical overview

refs #7976
This commit is contained in:
Marius Hein 2015-02-23 15:03:11 +01:00
parent 26ec8bb9ba
commit 70e5ccca37
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
</div>
<?php endif ?>
<div class="content tactical">
<h1 tabindex="-1"><?= $this->translate('Tactical Overview') ?></h1>
<div class="boxview" data-base-target="_next">
<?php if ($this->statusSummary->hosts_down || $this->statusSummary->hosts_unreachable): ?>
<?= $this->render('tactical/components/problem_hosts.phtml'); ?>