Add appropriate aria labels to tactical overview

This commit is contained in:
Feu Mourek 2019-08-16 10:56:24 +02:00 committed by Johannes Meyer
parent c2568548cf
commit d7a8765fc9
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<?php return; endif ?>
<div class="boxview" data-base-target="_next">
<div class="donut-container">
<h2><?= $this->translate('Host Summary') ?></h2>
<h2 aria-label="<?= $this->translate('Host Summary') ?>"><?= $this->translate('Host Summary') ?></h2>
<div class="donut">
<?= $hostStatusSummaryChart ?>
</div>
@ -68,7 +68,7 @@
</ul>
</div>
<div class="donut-container">
<h2><?= $this->translate('Service Summary') ?></h2>
<h2 aria-label="<?= $this->translate('Service Summary') ?>"><?= $this->translate('Service Summary') ?></h2>
<div class="donut">
<?= $serviceStatusSummaryChart ?>
</div>