Skip to content

Make vulnerability filter template extensible and reusable

Daniel Tian requested to merge 210327-make-vulnerability-filter-reusable into master

What does this MR do?

On the security dashboard, there are filters to filter the vulnerability list:

ksnip_20201018-010536

In order to allow more complex filters, this MR splits the filter component into two separate components: a reusable filter_body.vue that handles the rendering of the dropdown and lets the parent component control how it wants to display the dropdown items, and standard_filter.vue, which uses filter_body.vue and keeps the current functionality.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Relates to #229661 (closed)

Edited by Lindsay Kerr

Merge request reports