File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ResourceBrowser/ResourceList
v2/appDetails/k8Resource/nodeDetail Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ const ResourceBrowserActionMenu = forwardRef(
181181 {
182182 id : ResourceBrowserActionMenuEnum . restart ,
183183 label : 'Restart' ,
184- startIcon : { name : 'ic-arrow -clockwise' } ,
184+ startIcon : { name : 'ic-arrows -clockwise' } ,
185185 } as ActionMenuItemType < ResourceBrowserActionMenuEnum > ,
186186 ]
187187 : [ ] ) ,
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ const NodeDetailComponent = ({
571571 dataTestId = "restart-workload-button"
572572 variant = { ButtonVariantType . text }
573573 size = { ComponentSizeType . small }
574- startIcon = { < Icon name = "ic-arrow -clockwise" color = { null } /> }
574+ startIcon = { < Icon name = "ic-arrows -clockwise" color = { null } /> }
575575 onClick = { onRestartWorkloadButtonClick }
576576 text = "Restart"
577577 />
You can’t perform that action at this time.
0 commit comments