mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Use display names for the aria-label in the service grid
refs #9538
This commit is contained in:
parent
0c43e4a36b
commit
1741a4f10b
@ -91,8 +91,8 @@ foreach ($serviceDescriptions as $service_description): ?>
|
||||
'title' => $this->escape($service->service_output),
|
||||
'aria-label' => sprintf(
|
||||
$this->translate('Show detailed information for service %s on host %s'),
|
||||
$service->service_description,
|
||||
$service->host_name
|
||||
$service->service_display_name,
|
||||
$service->host_display_name
|
||||
)
|
||||
)
|
||||
); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user