Skip to content
Snippets Groups Projects
Commit 9f1a651a authored by David Bühler's avatar David Bühler
Browse files

[ivette] Property table: do not highlight Eva filters when they are enabled.

parent 6f3fdb99
No related branches found
No related tags found
No related merge requests found
...@@ -441,13 +441,11 @@ function PropertyFilter() { ...@@ -441,13 +441,11 @@ function PropertyFilter() {
<CheckField <CheckField
label="High-priority only" label="High-priority only"
path="eva.priority_only" path="eva.priority_only"
highligh
title="Show only high-priority properties for the Eva analysis" title="Show only high-priority properties for the Eva analysis"
/> />
<CheckField <CheckField
label="Tainted only" label="Tainted only"
path="eva.tainted_only" path="eva.tainted_only"
highligh
title="Show only tainted properties according to the Eva taint domain" title="Show only tainted properties according to the Eva taint domain"
/> />
</Section> </Section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment