Actions
Bug #19138
closedAdd an option to invert result of a node query
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
Since #19137 is hard to correct, as a workaround, we can add the possibility to invert restsult of a query globaly
(better solution whould be to add "not" for each criteria, but this is almost as hard as correcting #19137).
Expected UI:
Example of results if you have the following installed software:
- root: {nano} - agent1: {nano, emacs-common} - agent2: {}
- for nano:
name = nano => agent1 invert name = nano => agent2 name = nano, include root => agent1, root invert name = nano, include root => agent2
- for emacs-common:
name = emacs => agent1 invert name = emacs => agent2 name = emacs, include root => agent1 invert name = emacs, include root => agent2, root
Files
Actions