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
0e5e92f6
Commit
0e5e92f6
authored
Jan 13, 2022
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace divs with sections
parent
cff7bd5a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_details.vue
...bilities/components/new_vulnerability/section_details.vue
+2
-2
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_identifiers.vue
...ties/components/new_vulnerability/section_identifiers.vue
+2
-2
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_name.vue
...erabilities/components/new_vulnerability/section_name.vue
+2
-2
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_solution.vue
...ilities/components/new_vulnerability/section_solution.vue
+2
-2
No files found.
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_details.vue
View file @
0e5e92f6
...
...
@@ -123,7 +123,7 @@ export default {
</
script
>
<
template
>
<
div
>
<
section
>
<header
class=
"gl-pt-4 gl-my-6 gl-border-t-gray-100 gl-border-t-solid gl-border-t-1"
>
<h3
class=
"gl-mt-0 gl-mb-3"
>
{{
$options
.
i18n
.
title
}}
...
...
@@ -192,5 +192,5 @@ export default {
</label>
</gl-form-radio-group>
</gl-form-group>
</
div
>
</
section
>
</template>
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_identifiers.vue
View file @
0e5e92f6
...
...
@@ -40,7 +40,7 @@ export default {
</
script
>
<
template
>
<
div
>
<
section
>
<header
class=
"gl-pt-4 gl-my-6 gl-border-t-gray-100 gl-border-t-solid gl-border-t-1"
>
<h3
class=
"gl-mt-0 gl-mb-3"
>
{{
$options
.
i18n
.
title
}}
...
...
@@ -105,5 +105,5 @@ export default {
@
click=
"addIdentifier"
>
{{
$options
.
i18n
.
addIdentifier
}}
</gl-button
>
</
div
>
</
section
>
</
template
>
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_name.vue
View file @
0e5e92f6
...
...
@@ -43,7 +43,7 @@ export default {
};
</
script
>
<
template
>
<
div
>
<
section
>
<gl-form-group
:label=
"$options.i18n.vulnerabilityName.label"
:description=
"$options.i18n.vulnerabilityName.description"
...
...
@@ -87,5 +87,5 @@ export default {
</markdown-field>
</div>
</gl-form-group>
</
div
>
</
section
>
</template>
ee/app/assets/javascripts/vulnerabilities/components/new_vulnerability/section_solution.vue
View file @
0e5e92f6
...
...
@@ -35,7 +35,7 @@ export default {
};
</
script
>
<
template
>
<
div
>
<
section
>
<header
class=
"gl-pt-4 gl-mt-6 gl-mb-3 gl-border-t-gray-100 gl-border-t-solid gl-border-t-1"
>
<h3
class=
"gl-mt-0"
>
{{
$options
.
i18n
.
title
}}
...
...
@@ -66,5 +66,5 @@ export default {
</
template
>
</markdown-field>
</div>
</
div
>
</
section
>
</template>
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