Skip to content

Commit d74aae7

Browse files
authored
removed alpha tags from workspace actions features in template settings (coder#11654)
1 parent 417270a commit d74aae7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/src/pages/TemplateSettingsPage/TemplateSchedulePage/TemplateScheduleForm.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
567567
<FormSection
568568
title="Failure Cleanup"
569569
description="When enabled, Coder will attempt to stop workspaces that are in a failed state after a specified number of days."
570-
alpha
571570
>
572571
<FormFields>
573572
<FormControlLabel
@@ -597,7 +596,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
597596
<FormSection
598597
title="Dormancy Threshold"
599598
description="When enabled, Coder will mark workspaces as dormant after a period of time with no connections. Dormant workspaces can be auto-deleted (see below) or manually reviewed by the workspace owner or admins."
600-
alpha
601599
>
602600
<FormFields>
603601
<FormControlLabel
@@ -631,7 +629,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
631629
<FormSection
632630
title="Dormancy Auto-Deletion"
633631
description="When enabled, Coder will permanently delete dormant workspaces after a period of time. Once a workspace is deleted it cannot be recovered."
634-
alpha
635632
>
636633
<FormFields>
637634
<FormControlLabel

0 commit comments

Comments
 (0)