Commit 9adada17 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '249245-enable-sorting-vulnerabilities-by-state' into 'master'

Enable sorting vulnerabiliies by state

See merge request gitlab-org/gitlab!42974
parents 993ee13f 3e09f857
......@@ -149,6 +149,7 @@ export default {
label: s__('Vulnerability|Status'),
thClass: 'status',
tdClass: 'status',
sortable: this.isSortable,
},
{
key: 'severity',
......
---
title: Enable sorting vulnerabiliies by state in vulnerability list
merge_request: 42974
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment