mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
removed alpha tags from workspace actions features in template settings (#11654)
This commit is contained in:
@@ -567,7 +567,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
|
||||
<FormSection
|
||||
title="Failure Cleanup"
|
||||
description="When enabled, Coder will attempt to stop workspaces that are in a failed state after a specified number of days."
|
||||
alpha
|
||||
>
|
||||
<FormFields>
|
||||
<FormControlLabel
|
||||
@@ -597,7 +596,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
|
||||
<FormSection
|
||||
title="Dormancy Threshold"
|
||||
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."
|
||||
alpha
|
||||
>
|
||||
<FormFields>
|
||||
<FormControlLabel
|
||||
@@ -631,7 +629,6 @@ export const TemplateScheduleForm: FC<TemplateScheduleForm> = ({
|
||||
<FormSection
|
||||
title="Dormancy Auto-Deletion"
|
||||
description="When enabled, Coder will permanently delete dormant workspaces after a period of time. Once a workspace is deleted it cannot be recovered."
|
||||
alpha
|
||||
>
|
||||
<FormFields>
|
||||
<FormControlLabel
|
||||
|
||||
Reference in New Issue
Block a user