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
36c6f0ab
Commit
36c6f0ab
authored
Jan 28, 2021
by
Pavel Shutsin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Devops adoption metric tooltip
parent
1a391b4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
16 deletions
+1
-16
ee/app/assets/javascripts/admin/dev_ops_report/components/devops_adoption_table.vue
...admin/dev_ops_report/components/devops_adoption_table.vue
+1
-5
ee/app/assets/javascripts/admin/dev_ops_report/constants.js
ee/app/assets/javascripts/admin/dev_ops_report/constants.js
+0
-1
ee/spec/frontend/admin/dev_ops_report/components/devops_adoption_table_spec.js
...n/dev_ops_report/components/devops_adoption_table_spec.js
+0
-7
locale/gitlab.pot
locale/gitlab.pot
+0
-3
No files found.
ee/app/assets/javascripts/admin/dev_ops_report/components/devops_adoption_table.vue
View file @
36c6f0ab
...
...
@@ -159,11 +159,7 @@ export default {
<strong
v-if=
"item.latestSnapshot"
>
{{
item
.
name
}}
</strong>
<template
v-else
>
<span
class=
"gl-text-gray-400"
>
{{
item
.
name
}}
</span>
<gl-icon
v-gl-tooltip.hover=
"$options.i18n.pendingTooltip"
name=
"hourglass"
class=
"gl-text-gray-400"
/>
<gl-icon
name=
"hourglass"
class=
"gl-text-gray-400"
/>
</
template
>
</div>
</template>
...
...
ee/app/assets/javascripts/admin/dev_ops_report/constants.js
View file @
36c6f0ab
...
...
@@ -90,7 +90,6 @@ export const DEVOPS_ADOPTION_STRINGS = {
tooltip
:
s__
(
'
DevopsAdoption|At least 1 security scan of any type run in pipeline
'
),
},
},
pendingTooltip
:
s__
(
'
DevopsAdoption|Group data pending until the start of next month
'
),
},
deleteModal
:
{
title
:
s__
(
'
DevopsAdoption|Confirm delete Group
'
),
...
...
ee/spec/frontend/admin/dev_ops_report/components/devops_adoption_table_spec.js
View file @
36c6f0ab
...
...
@@ -114,13 +114,6 @@ describe('DevopsAdoptionTable', () => {
expect
(
icon
.
exists
()).
toBe
(
true
);
expect
(
icon
.
props
(
'
name
'
)).
toBe
(
'
hourglass
'
);
});
it
(
'
contains a tooltip
'
,
()
=>
{
const
tooltip
=
getBinding
(
icon
.
element
,
'
gl-tooltip
'
);
expect
(
tooltip
).
toBeDefined
();
expect
(
tooltip
.
value
).
toBe
(
'
Group data pending until the start of next month
'
);
});
});
});
});
...
...
locale/gitlab.pot
View file @
36c6f0ab
...
...
@@ -10095,9 +10095,6 @@ msgstr ""
msgid "DevopsAdoption|Filter by name"
msgstr ""
msgid "DevopsAdoption|Group data pending until the start of next month"
msgstr ""
msgid "DevopsAdoption|Issues"
msgstr ""
...
...
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