Commit 2fae8c71 authored by Alexander Turinske's avatar Alexander Turinske

Update pipeline security tab filter label and docs

- Scanner Type -> Scanner, which is consistent with all the other
  security dashboards
- update docs
parent 2aa1fabe
......@@ -8,7 +8,7 @@ export const BASE_FILTERS = {
id: ALL,
},
report_type: {
name: s__('ciReport|All scanner types'),
name: s__('ciReport|All scanners'),
id: ALL,
},
project_id: {
......
......@@ -14,7 +14,7 @@ export default () => ({
selection: new Set([BASE_FILTERS.severity.id]),
},
{
name: s__('SecurityReports|Scanner type'),
name: s__('SecurityReports|Scanner'),
id: 'report_type',
options: [BASE_FILTERS.report_type, ...optionsObjectToArray(REPORT_TYPES)],
hidden: false,
......
......@@ -210,10 +210,7 @@ export default {
<severity-badge :severity="vulnerability.severity" class="d-inline" />
</vulnerability-detail>
<vulnerability-detail
v-if="vulnerability.report_type"
:label="s__('Vulnerability|Scanner Type')"
>
<vulnerability-detail v-if="vulnerability.report_type" :label="s__('Vulnerability|Scanner')">
<gl-friendly-wrap :text="scannerType" />
</vulnerability-detail>
......
---
title: Update pipeline security tab filter label and docs
merge_request: 35893
author:
type: changed
......@@ -144,7 +144,7 @@ key2: value2"
</vulnerability-detail-stub>
<vulnerability-detail-stub
label="Scanner Type"
label="Scanner"
>
<gl-friendly-wrap-stub
symbols="/"
......
......@@ -20187,7 +20187,7 @@ msgstr ""
msgid "SecurityReports|Scan details"
msgstr ""
msgid "SecurityReports|Scanner type"
msgid "SecurityReports|Scanner"
msgstr ""
msgid "SecurityReports|Security Dashboard"
......@@ -25546,10 +25546,10 @@ msgstr ""
msgid "Vulnerability|Project"
msgstr ""
msgid "Vulnerability|Scanner Provider"
msgid "Vulnerability|Scanner"
msgstr ""
msgid "Vulnerability|Scanner Type"
msgid "Vulnerability|Scanner Provider"
msgstr ""
msgid "Vulnerability|Severity"
......@@ -26780,7 +26780,7 @@ msgstr ""
msgid "ciReport|All projects"
msgstr ""
msgid "ciReport|All scanner types"
msgid "ciReport|All scanners"
msgstr ""
msgid "ciReport|All severities"
......
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