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
6c131b5b
Commit
6c131b5b
authored
Jan 20, 2022
by
Paul Gascou-Vaillancourt
Committed by
Jacques Erasmus
Jan 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate deprecated CSS utils
Migrate CSS utils to use the updated naming conventions.
parent
eb294599
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/clusters_list/components/clusters.vue
app/assets/javascripts/clusters_list/components/clusters.vue
+1
-1
app/assets/javascripts/terraform/components/states_table.vue
app/assets/javascripts/terraform/components/states_table.vue
+1
-1
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_suggest_pipeline.vue
..._request_widget/components/mr_widget_suggest_pipeline.vue
+1
-1
ee/app/assets/javascripts/analytics/devops_reports/devops_adoption/components/devops_adoption_overview_table.vue
...ps_adoption/components/devops_adoption_overview_table.vue
+1
-1
ee/app/views/shared/credentials_inventory/_expiry_date.html.haml
...views/shared/credentials_inventory/_expiry_date.html.haml
+1
-1
No files found.
app/assets/javascripts/clusters_list/components/clusters.vue
View file @
6c131b5b
...
@@ -57,7 +57,7 @@ export default {
...
@@ -57,7 +57,7 @@ export default {
'
totalClusters
'
,
'
totalClusters
'
,
]),
]),
contentAlignClasses
()
{
contentAlignClasses
()
{
return
'
gl-display-flex gl-align-items-center gl-justify-content-end gl-
justify-content-md
-start
'
;
return
'
gl-display-flex gl-align-items-center gl-justify-content-end gl-
md-justify-content
-start
'
;
},
},
currentPage
:
{
currentPage
:
{
get
()
{
get
()
{
...
...
app/assets/javascripts/terraform/components/states_table.vue
View file @
6c131b5b
...
@@ -128,7 +128,7 @@ export default {
...
@@ -128,7 +128,7 @@ export default {
>
>
<template
#cell(name)=
"
{ item }">
<template
#cell(name)=
"
{ item }">
<div
<div
class=
"gl-display-flex align-items-center gl-justify-content-end gl-
justify-content-md
-start"
class=
"gl-display-flex align-items-center gl-justify-content-end gl-
md-justify-content
-start"
data-testid=
"terraform-states-table-name"
data-testid=
"terraform-states-table-name"
>
>
<p
class=
"gl-font-weight-bold gl-m-0 gl-text-gray-900"
>
<p
class=
"gl-font-weight-bold gl-m-0 gl-text-gray-900"
>
...
...
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_suggest_pipeline.vue
View file @
6c131b5b
...
@@ -90,7 +90,7 @@ export default {
...
@@ -90,7 +90,7 @@ export default {
</template>
</template>
<div
class=
"row"
>
<div
class=
"row"
>
<div
<div
class=
"col-md-5 order-md-last col-12 gl-mt-5 gl-m
t-md-n2! gl-pt-md
-2 svg-content svg-225"
class=
"col-md-5 order-md-last col-12 gl-mt-5 gl-m
d-mt-n2! gl-md-pt
-2 svg-content svg-225"
>
>
<img
data-testid=
"pipeline-image"
:src=
"pipelineSvgPath"
/>
<img
data-testid=
"pipeline-image"
:src=
"pipelineSvgPath"
/>
</div>
</div>
...
...
ee/app/assets/javascripts/analytics/devops_reports/devops_adoption/components/devops_adoption_overview_table.vue
View file @
6c131b5b
...
@@ -201,7 +201,7 @@ export default {
...
@@ -201,7 +201,7 @@ export default {
v-if=
"item.group.latestSnapshot"
v-if=
"item.group.latestSnapshot"
:key=
"col.key"
:key=
"col.key"
:data-testid=
"col.testId"
:data-testid=
"col.testId"
class=
"gl-display-flex gl-align-items-center gl-justify-content-end gl-
justify-content-md
-start"
class=
"gl-display-flex gl-align-items-center gl-justify-content-end gl-
md-justify-content
-start"
>
>
<span
class=
"gl-w-7 gl-mr-3"
>
{{
item
.
adoption
[
col
.
key
].
percent
}}
</span>
<span
class=
"gl-w-7 gl-mr-3"
>
{{
item
.
adoption
[
col
.
key
].
percent
}}
</span>
<gl-progress-bar
<gl-progress-bar
...
...
ee/app/views/shared/credentials_inventory/_expiry_date.html.haml
View file @
6c131b5b
-
if
credential
.
expires?
-
if
credential
.
expires?
-
expiry_date
=
credential
.
expires_at
.
to_date
-
expiry_date
=
credential
.
expires_at
.
to_date
-
date_classes
=
'gl-display-flex gl-align-items-center has-tooltip gl-w-full gl-justify-content-end gl-
justify-content-md
-start'
-
date_classes
=
'gl-display-flex gl-align-items-center has-tooltip gl-w-full gl-justify-content-end gl-
md-justify-content
-start'
-
if
credential
.
expired?
-
if
credential
.
expired?
%span
{
class:
date_classes
+
' gl-text-red-500'
,
title:
_
(
'This credential has expired'
),
data:
{
testid:
'expiry-date-icon'
}
}
%span
{
class:
date_classes
+
' gl-text-red-500'
,
title:
_
(
'This credential has expired'
),
data:
{
testid:
'expiry-date-icon'
}
}
...
...
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