Allow to toggle family filters between "include" or "exclude" filtering

This commit is contained in:
Roy Nieterau 2022-01-16 11:54:08 +01:00
parent 7a2164cf4f
commit 7e41dc49b6
3 changed files with 14 additions and 3 deletions

View file

@ -297,6 +297,7 @@
"family_filter_profiles": [
{
"hosts": [],
"is_include": true,
"task_types": [],
"filter_families": []
}

View file

@ -267,7 +267,13 @@
"label": "Task types"
},
{
"type": "splitter"
"type": "boolean",
"key": "is_include",
"label": "Exclude (OFF) / Include (ON)"
},
{
"type": "label",
"label": "Include: <b>show</b> selected families by default. Hides others by default.<br>Exclude: <b>hide</b> selected families by default. Shows others by default."
},
{
"type": "template",