Skip to content

Commit

Permalink
Fix service name field
Browse files Browse the repository at this point in the history
refs #3754
  • Loading branch information
Jannis Moßhammer committed Oct 17, 2013
1 parent d0dadc0 commit ba0e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/monitoring/library/Monitoring/Filter/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static function serviceFilter()
$domain->registerAttribute(
FilterAttribute::create(new TextFilter())
->setHandledAttributes('Name', 'Servicename')
->setField('service_name')
->setField('service_description')
)->registerAttribute(
FilterAttribute::create(StatusFilter::createForService())
->setField('service_state')
Expand Down

0 comments on commit ba0e15f

Please sign in to comment.