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
9f73299a
Commit
9f73299a
authored
Jan 15, 2020
by
Paul Gascou-Vaillancourt
Committed by
Paul Slaughter
Jan 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply darker color to headers and scan names
parent
5609ce5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
ee/app/assets/javascripts/security_configuration/components/app.vue
...ets/javascripts/security_configuration/components/app.vue
+5
-2
ee/changelogs/unreleased/196831-secure-configuration-feature-text-color.yml
...leased/196831-secure-configuration-feature-text-color.yml
+5
-0
ee/spec/frontend/security_configuration/components/__snapshots__/app_spec.js.snap
...y_configuration/components/__snapshots__/app_spec.js.snap
+2
-2
No files found.
ee/app/assets/javascripts/security_configuration/components/app.vue
View file @
9f73299a
...
...
@@ -94,7 +94,10 @@ export default {
v-html=
"calloutContent"
></section>
<section
ref=
"featuresTable"
class=
"mt-0"
>
<div
class=
"gl-responsive-table-row table-row-header text-2 font-weight-bold px-2"
role=
"row"
>
<div
class=
"gl-responsive-table-row table-row-header text-2 font-weight-bold px-2 gl-text-gray-900"
role=
"row"
>
<div
class=
"table-section section-80"
>
{{
s__
(
'
SecurityConfiguration|Secure features
'
)
}}
</div>
...
...
@@ -113,7 +116,7 @@ export default {
</div>
<div
class=
"table-mobile-content"
>
<div
class=
"d-flex align-items-center justify-content-end justify-content-md-start"
>
<div
class=
"text-2"
>
<div
class=
"text-2
gl-text-gray-900
"
>
{{
feature
.
name
}}
</div>
<gl-link
...
...
ee/changelogs/unreleased/196831-secure-configuration-feature-text-color.yml
0 → 100644
View file @
9f73299a
---
title
:
Apply darker color to column headers and scan names in secure features configuration
merge_request
:
23104
author
:
type
:
changed
ee/spec/frontend/security_configuration/components/__snapshots__/app_spec.js.snap
View file @
9f73299a
...
...
@@ -5,7 +5,7 @@ exports[`Security Configuration App features table displays a given feature 1`]
class="mt-0"
>
<div
class="gl-responsive-table-row table-row-header text-2 font-weight-bold px-2"
class="gl-responsive-table-row table-row-header text-2 font-weight-bold px-2
gl-text-gray-900
"
role="row"
>
<div
...
...
@@ -48,7 +48,7 @@ exports[`Security Configuration App features table displays a given feature 1`]
class="d-flex align-items-center justify-content-end justify-content-md-start"
>
<div
class="text-2"
class="text-2
gl-text-gray-900
"
>
name-feature-0
...
...
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