Commit 57470108 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'jivanvl-replace-refresh-icon-monitoring-dashboard' into 'master'

Change redo for retry icon in metrics dashboard

See merge request gitlab-org/gitlab!28670
parents 4be29727 d41d7e5d
......@@ -478,7 +478,7 @@ export default {
:title="s__('Metrics|Reload this page')"
@click="refreshDashboard"
>
<icon name="repeat" />
<icon name="retry" />
</gl-deprecated-button>
</gl-form-group>
......
---
title: Change redo for retry icon in metrics dashboard
merge_request: 28670
author:
type: other
......@@ -96,7 +96,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
variant="default"
>
<icon-stub
name="repeat"
name="retry"
size="16"
/>
</gl-deprecated-button-stub>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment