From af618477bd43843903f1d4d9f3805e82c9578ff6 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 16 Mar 2023 11:34:55 -0300 Subject: [PATCH] feat(site): Show stop button when workspace is failed (#6622) --- site/src/components/WorkspaceActions/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/components/WorkspaceActions/constants.ts b/site/src/components/WorkspaceActions/constants.ts index e64946d638..94ccc351e8 100644 --- a/site/src/components/WorkspaceActions/constants.ts +++ b/site/src/components/WorkspaceActions/constants.ts @@ -81,6 +81,7 @@ const statusToAbilities: Record = { failed: { actions: [ ButtonTypesEnum.start, + ButtonTypesEnum.stop, ButtonTypesEnum.settings, ButtonTypesEnum.changeVersion, ButtonTypesEnum.delete,