Remove gravity settings from servicegrid

refs #9025
This commit is contained in:
Matthias Jentsch 2015-04-20 12:02:17 +02:00
parent ce6be0cc0f
commit 423b92f8dc

View File

@ -50,8 +50,7 @@ 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),
'data-tooltip-gravity' => 's'
'title' => sprintf($this->translate('List all services with the name "%s" on all reported hosts'), $service_description)
),
false
); ?>