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),
|
'title' => $this->escape($service->service_output),
|
||||||
'aria-label' => sprintf(
|
'aria-label' => sprintf(
|
||||||
$this->translate('Show detailed information for service %s on host %s'),
|
$this->translate('Show detailed information for service %s on host %s'),
|
||||||
$service->service_description,
|
$service->service_display_name,
|
||||||
$service->host_name
|
$service->host_display_name
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
||||||
|
|
Loading…
Reference in New Issue