mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
Add appropriate aria labels to tactical overview
This commit is contained in:
parent
c2568548cf
commit
d7a8765fc9
@ -11,7 +11,7 @@
|
|||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
<div class="boxview" data-base-target="_next">
|
<div class="boxview" data-base-target="_next">
|
||||||
<div class="donut-container">
|
<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">
|
<div class="donut">
|
||||||
<?= $hostStatusSummaryChart ?>
|
<?= $hostStatusSummaryChart ?>
|
||||||
</div>
|
</div>
|
||||||
@ -68,7 +68,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="donut-container">
|
<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">
|
<div class="donut">
|
||||||
<?= $serviceStatusSummaryChart ?>
|
<?= $serviceStatusSummaryChart ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user