Skip to content

Commit af61847

Browse files
feat(site): Show stop button when workspace is failed (#6622)
1 parent 107ae55 commit af61847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/components/WorkspaceActions/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ const statusToAbilities: Record<WorkspaceStatus, WorkspaceAbilities> = {
8181
failed: {
8282
actions: [
8383
ButtonTypesEnum.start,
84+
ButtonTypesEnum.stop,
8485
ButtonTypesEnum.settings,
8586
ButtonTypesEnum.changeVersion,
8687
ButtonTypesEnum.delete,

0 commit comments

Comments
 (0)