Header: Add h1 to host list

refs #7976
This commit is contained in:
Marius Hein 2015-02-23 15:01:42 +01:00
parent 3cc3341798
commit 26ec8bb9ba
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@ if ($this->compact): ?>
<div style="margin: 1em;" class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml') ?>
<?= $this->render('list/components/hostssummary.phtml') ?>
<?= $this->translate('Sort by') ?> <?= $this->sortControl->render($this) ?>
</div>
<?= $this->sortControl->render($this) ?>
<?= $this->widget('limiter')->setMaxLimit($this->hosts->count()) ?>
<?= $this->paginationControl($hosts, null, null, array('preserve' => $this->preserve)) ?>
<?= $this->selectionToolbar('multi', $this->href('monitoring/hosts/show?' . $this->filter->toQueryString())) ?>
@ -31,7 +30,7 @@ if ($hosts->count() === 0) {
return;
}
?>
<h1 tabindex="-1"><?= $this->translate('Hosts') ?></h1>
<table
data-base-target="_next"
class="action multiselect"