We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b55e2 commit 8aa6c7bCopy full SHA for 8aa6c7b
src/components/site.tsx
@@ -157,8 +157,9 @@ export const HostGroupFilter = (props: EditorProps) => {
157
};
158
159
const groupVS = {
160
- ident: 'opthostgroup',
+ ident: 'allgroups',
161
params: {
162
+ group_type: "host",
163
strict: true,
164
host: get(props, 'query.context.opthostgroup.opthost_group', ''),
165
context: props.query.context,
@@ -187,8 +188,9 @@ export const ServiceGroupFilter = (props: EditorProps) => {
187
188
189
190
- ident: 'optservicegroup',
191
192
193
+ group_type: "service",
194
195
service: get(props, 'query.context.optservicegroup.optservice_group', ''),
196
0 commit comments