We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3facf commit f19ee53Copy full SHA for f19ee53
site/src/pages/WorkspacesPage/WorkspacesTable.tsx
@@ -573,7 +573,7 @@ const WorkspaceActionsCell: FC<WorkspaceActionsCellProps> = ({
573
isLoading={workspaceUpdate.isUpdating}
574
label="This template requires automatic updates on workspace startup. Contact your administrator if you want to preserve the template version."
575
>
576
- <CloudIcon />
+ <CirclePlayIcon />
577
</PrimaryAction>
578
<WorkspaceUpdateDialogs {...workspaceUpdate.dialogs} />
579
</>
0 commit comments