mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
f07c0d83e8
commit
0974b70e0e
@ -50,7 +50,8 @@ foreach ($serviceDescriptions as $service_description): ?>
|
|||||||
'service_description' => $service_description
|
'service_description' => $service_description
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'title' => sprintf($this->translate('List all services with the name "%s" on all reported hosts'), $service_description)
|
'title' => sprintf($this->translate('List all services with the name "%s" on all reported hosts'), $service_description),
|
||||||
|
'data-tooltip-gravity' => 's'
|
||||||
),
|
),
|
||||||
false
|
false
|
||||||
); ?>
|
); ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user