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

View File

@ -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
); ?> ); ?>