Display service grid tooltips on the top

fixes #9025
This commit is contained in:
Matthias Jentsch 2015-04-16 18:27:47 +02:00
parent f07c0d83e8
commit 0974b70e0e
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ foreach ($serviceDescriptions as $service_description): ?>
'service_description' => $service_description
),
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
); ?>