Skip to content

Commit

Permalink
monitoring: Move instance_name from query to filter columns in the co…
Browse files Browse the repository at this point in the history
…mment data view

We don't select but filter for this column.
  • Loading branch information
lippserd committed Sep 27, 2015
1 parent 463fa45 commit 747c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/monitoring/library/Monitoring/DataView/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class Comment extends DataView
public function getColumns()
{
return array(
'instance_name',
'comment_author_name',
'comment_data',
'comment_expiration',
Expand All @@ -40,6 +39,7 @@ public function getStaticFilterColumns()
'comment_author',
'host', 'host_alias',
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
'instance_name',
'service',
'servicegroup', 'servicegroup_alias', 'servicegroup_name'
);
Expand Down

0 comments on commit 747c6f9

Please sign in to comment.