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
d41d7e5d
Commit
d41d7e5d
authored
Apr 02, 2020
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change redo for retry icon in monitoring
parent
05ab5d25
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/monitoring/components/dashboard.vue
app/assets/javascripts/monitoring/components/dashboard.vue
+1
-1
changelogs/unreleased/jivanvl-replace-refresh-icon-monitoring-dashboard.yml
...sed/jivanvl-replace-refresh-icon-monitoring-dashboard.yml
+5
-0
spec/frontend/monitoring/components/__snapshots__/dashboard_template_spec.js.snap
.../components/__snapshots__/dashboard_template_spec.js.snap
+1
-1
No files found.
app/assets/javascripts/monitoring/components/dashboard.vue
View file @
d41d7e5d
...
...
@@ -478,7 +478,7 @@ export default {
:title=
"s__('Metrics|Reload this page')"
@
click=
"refreshDashboard"
>
<icon
name=
"re
peat
"
/>
<icon
name=
"re
try
"
/>
</gl-deprecated-button>
</gl-form-group>
...
...
changelogs/unreleased/jivanvl-replace-refresh-icon-monitoring-dashboard.yml
0 → 100644
View file @
d41d7e5d
---
title
:
Change redo for retry icon in metrics dashboard
merge_request
:
28670
author
:
type
:
other
spec/frontend/monitoring/components/__snapshots__/dashboard_template_spec.js.snap
View file @
d41d7e5d
...
...
@@ -96,7 +96,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
variant="default"
>
<icon-stub
name="re
peat
"
name="re
try
"
size="16"
/>
</gl-deprecated-button-stub>
...
...
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