Commit 4075754f authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '249245-enable-sorting-vulnerabilities-by-detected-at' into 'master'

Enable sorting vulnerabiliies by detected date

See merge request gitlab-org/gitlab!42952
parents 1b8718e2 fe85142c
...@@ -132,6 +132,7 @@ export default { ...@@ -132,6 +132,7 @@ export default {
label: s__('Vulnerability|Detected'), label: s__('Vulnerability|Detected'),
thClass: 'detected', thClass: 'detected',
tdClass: 'detected', tdClass: 'detected',
sortable: this.isSortable,
}, },
{ {
key: 'state', key: 'state',
......
---
title: Enable sorting vulnerabiliies by detected date in the list view
merge_request: 42952
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