mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
cb95f53dba
commit
480f5516d6
@ -22,8 +22,6 @@ class Comment extends DataView
|
|||||||
'comment_type',
|
'comment_type',
|
||||||
'comment_is_persistent',
|
'comment_is_persistent',
|
||||||
'comment_expiration',
|
'comment_expiration',
|
||||||
'host',
|
|
||||||
'service',
|
|
||||||
'host_name',
|
'host_name',
|
||||||
'service_description',
|
'service_description',
|
||||||
'host_display_name',
|
'host_display_name',
|
||||||
@ -56,4 +54,12 @@ class Comment extends DataView
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function getFilterColumns()
|
||||||
|
{
|
||||||
|
return array('host', 'service');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user