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
43cd871a
Commit
43cd871a
authored
Sep 03, 2020
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tooltips to dast profile form
parent
b76ff978
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
ee/app/assets/javascripts/dast_scanner_profiles/components/dast_scanner_profile_form.vue
...scanner_profiles/components/dast_scanner_profile_form.vue
+6
-4
locale/gitlab.pot
locale/gitlab.pot
+6
-0
No files found.
ee/app/assets/javascripts/dast_scanner_profiles/components/dast_scanner_profile_form.vue
View file @
43cd871a
...
...
@@ -168,8 +168,12 @@ export default {
modalTitle
:
s__
(
'
DastProfiles|Do you want to discard this scanner profile?
'
),
modalOkTitle
:
__
(
'
Discard
'
),
modalCancelTitle
:
__
(
'
Cancel
'
),
spiderTimeoutTooltip
:
''
,
targetTimeoutTooltip
:
''
,
spiderTimeoutTooltip
:
s__
(
'
DastProfiles|The maximum number of seconds allowed for the spider to traverse the site.
'
,
),
targetTimeoutTooltip
:
s__
(
'
DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request.
'
,
),
},
};
</
script
>
...
...
@@ -207,7 +211,6 @@ export default {
<template
#label
>
{{
s__
(
'
DastProfiles|Spider timeout
'
)
}}
<gl-icon
v-if=
"$options.i18n.spiderTimeoutTooltip"
v-gl-tooltip
.
hover
name=
"information-o"
class=
"gl-vertical-align-text-bottom gl-text-gray-400 gl-ml-2"
...
...
@@ -240,7 +243,6 @@ export default {
<
template
#label
>
{{
s__
(
'
DastProfiles|Target timeout
'
)
}}
<gl-icon
v-if=
"$options.i18n.targetTimeoutTooltip"
v-gl-tooltip
.
hover
name=
"information-o"
class=
"gl-vertical-align-text-bottom gl-text-gray-400 gl-ml-2"
...
...
locale/gitlab.pot
View file @
43cd871a
...
...
@@ -7845,6 +7845,12 @@ msgstr ""
msgid "DastProfiles|Target timeout"
msgstr ""
msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
msgstr ""
msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
msgstr ""
msgid "Data is still calculating..."
msgstr ""
...
...
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