Commit d41d7e5d authored by Jose Vargas's avatar Jose Vargas

Change redo for retry icon in monitoring

parent 05ab5d25
...@@ -478,7 +478,7 @@ export default { ...@@ -478,7 +478,7 @@ export default {
:title="s__('Metrics|Reload this page')" :title="s__('Metrics|Reload this page')"
@click="refreshDashboard" @click="refreshDashboard"
> >
<icon name="repeat" /> <icon name="retry" />
</gl-deprecated-button> </gl-deprecated-button>
</gl-form-group> </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`] = ` ...@@ -96,7 +96,7 @@ exports[`Dashboard template matches the default snapshot 1`] = `
variant="default" variant="default"
> >
<icon-stub <icon-stub
name="repeat" name="retry"
size="16" size="16"
/> />
</gl-deprecated-button-stub> </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