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
5c90815f
Commit
5c90815f
authored
Jun 05, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update labels, buttons and well
parent
06cc6547
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
ee/app/assets/javascripts/vue_shared/security_reports/components/modal.vue
...ascripts/vue_shared/security_reports/components/modal.vue
+2
-2
ee/app/assets/stylesheets/pages/security_reports.scss
ee/app/assets/stylesheets/pages/security_reports.scss
+0
-4
No files found.
ee/app/assets/javascripts/vue_shared/security_reports/components/modal.vue
View file @
5c90815f
...
...
@@ -66,13 +66,13 @@ export default {
class=
"row prepend-top-10 append-bottom-10"
:key=
"index"
>
<label
class=
"col-sm-2 text-right"
>
<label
class=
"col-sm-2 text-right
font-weight-bold
"
>
{{
field
.
text
}}
:
</label>
<div
class=
"col-sm-10 text-secondary"
>
<div
v-if=
"hasInstances(field, key)"
class=
"well"
class=
"
info-
well"
>
<ul
class=
"report-block-list"
>
<li
...
...
ee/app/assets/stylesheets/pages/security_reports.scss
View file @
5c90815f
...
...
@@ -127,8 +127,4 @@
width
:
$modal-lg
;
max-width
:
$modal-lg
;
}
// TODO remove this when gl_modal support not rendering the footer
.modal-footer
{
display
:
block
;
}
}
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