Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ae656c07
Commit
ae656c07
authored
Oct 05, 2021
by
Alexander Turinske
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update operational tab url parameter
- make it shorter
parent
ebf78253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_report_layout.vue
...shboard/components/shared/vulnerability_report_layout.vue
+2
-1
No files found.
ee/app/assets/javascripts/security_dashboard/components/shared/vulnerability_report_layout.vue
View file @
ae656c07
...
...
@@ -5,6 +5,7 @@ import { s__ } from '~/locale';
import
{
DASHBOARD_TYPES
}
from
'
ee/security_dashboard/store/constants
'
;
export
default
{
operationalTabParameter
:
'
operational
'
,
i18n
:
{
developmentTab
:
s__
(
'
SecurityReports|Development vulnerabilities
'
),
operationalTab
:
s__
(
'
SecurityReports|Operational vulnerabilities
'
),
...
...
@@ -71,7 +72,7 @@ export default {
</gl-tab>
<gl-tab
:title=
"$options.i18n.operationalTab"
:query-param-value=
"$options.
i18n.operationalTab.toLowerCase()
"
:query-param-value=
"$options.
operationalTabParameter
"
>
<div></div>
</gl-tab>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment