Skip to content

Commit

Permalink
Fixed exception when editing "Hostgroups (Summary) view
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsMichelsen committed Aug 25, 2014
1 parent ebc7a71 commit 44117e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/plugins/visuals/context_types.py
Expand Up @@ -88,7 +88,7 @@
context_types['hostgroups'] = {
'title' : _('Multiple Hostgroups'),
'single' : False,
'parameters' : VisualFilterList(['hostgroup']),
'parameters' : VisualFilterList(['hostgroup', 'hostgroups']),
}

context_types['servicegroup'] = {
Expand Down

0 comments on commit 44117e1

Please sign in to comment.