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
b43dd716
Commit
b43dd716
authored
Aug 06, 2018
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates the classnames on the security and licences modals
parent
10c3bae8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
ee/app/assets/javascripts/vue_shared/license_management/components/set_approval_status_modal.vue
...cense_management/components/set_approval_status_modal.vue
+6
-6
ee/app/assets/javascripts/vue_shared/security_reports/components/modal.vue
...ascripts/vue_shared/security_reports/components/modal.vue
+3
-3
No files found.
ee/app/assets/javascripts/vue_shared/license_management/components/set_approval_status_modal.vue
View file @
b43dd716
...
...
@@ -48,10 +48,10 @@ export default {
>
<slot
v-if=
"currentLicenseInModal"
>
<div
class=
"row prepend-top-10 append-bottom-10 js-license-name"
>
<label
class=
"col-sm-
2
text-right font-weight-bold"
>
<label
class=
"col-sm-
3
text-right font-weight-bold"
>
{{
s__
(
'
LicenseManagement|License
'
)
}}
:
</label>
<div
class=
"col-sm-
10
text-secondary"
>
<div
class=
"col-sm-
9
text-secondary"
>
{{
currentLicenseInModal
.
name
}}
</div>
</div>
...
...
@@ -59,10 +59,10 @@ export default {
v-if=
"currentLicenseInModal.url"
class=
"row prepend-top-10 append-bottom-10 js-license-url"
>
<label
class=
"col-sm-
2
text-right font-weight-bold"
>
<label
class=
"col-sm-
3
text-right font-weight-bold"
>
{{
s__
(
'
LicenseManagement|URL
'
)
}}
:
</label>
<div
class=
"col-sm-
10
text-secondary"
>
<div
class=
"col-sm-
9
text-secondary"
>
<a
:href=
"currentLicenseInModal.url"
target=
"_blank"
...
...
@@ -71,12 +71,12 @@ export default {
</div>
</div>
<div
class=
"row prepend-top-10 append-bottom-10 js-license-packages"
>
<label
class=
"col-sm-
2
text-right font-weight-bold"
>
<label
class=
"col-sm-
3
text-right font-weight-bold"
>
{{
s__
(
'
LicenseManagement|Packages
'
)
}}
:
</label>
<license-packages
:packages=
"currentLicenseInModal.packages"
class=
"col-sm-
10
text-secondary"
class=
"col-sm-
9
text-secondary"
/>
</div>
</slot>
...
...
ee/app/assets/javascripts/vue_shared/security_reports/components/modal.vue
View file @
b43dd716
...
...
@@ -83,10 +83,10 @@
:key=
"index"
class=
"row prepend-top-10 append-bottom-10"
>
<label
class=
"col-sm-
2
text-right font-weight-bold"
>
<label
class=
"col-sm-
3
text-right font-weight-bold"
>
{{
field
.
text
}}
:
</label>
<div
class=
"col-sm-
10
text-secondary"
>
<div
class=
"col-sm-
9
text-secondary"
>
<div
v-if=
"hasInstances(field, key)"
class=
"info-well"
...
...
@@ -180,7 +180,7 @@
</div>
<div
class=
"row prepend-top-20 append-bottom-10"
>
<div
class=
"col-sm-
10 offset-sm-2
text-secondary"
>
<div
class=
"col-sm-
9 offset-sm-3
text-secondary"
>
<
template
v-if=
"hasDismissedBy"
>
{{
s__
(
'
ciReport|Dismissed by
'
)
}}
<a
...
...
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