Skip to content

refactor(site): Refactor workspace schedule page #7069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 11, 2023
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export const WorkspaceScheduleForm: FC<
<HorizontalForm onSubmit={form.handleSubmit}>
<FormSection
title="Autostart"
description="Select the time and days of week you want your workspace starting automatically."
description="Select the time and days of week on which you want the workspace starting automatically."
>
<FormFields>
<FormControlLabel
Expand Down Expand Up @@ -367,7 +367,7 @@ export const WorkspaceScheduleForm: FC<

<FormSection
title="Autostop"
description="Set how much hours after your workspace is on it should shutdown. Helpful to control infrastructure costs."
description="Set how many hours should elapse after a workspace is started before it automatically shuts down. If workspace connection activity is detected, the autostop timer will be bumped up one hour."
>
<FormFields>
<FormControlLabel
Expand Down