Skip to content

Commit

Permalink
Remove gravity settings from servicegrid
Browse files Browse the repository at this point in the history
refs #9025
  • Loading branch information
majentsch committed Apr 20, 2015
1 parent ce6be0c commit 423b92f
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -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
); ?>
Expand Down

0 comments on commit 423b92f

Please sign in to comment.