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
Prev Previous commit
Next Next commit
Update site/src/components/WorkspaceScheduleForm/WorkspaceScheduleFor…
…m.tsx

Co-authored-by: Kira Pilot <kira@coder.com>
  • Loading branch information
BrunoQuaresma and Kira-Pilot authored Apr 11, 2023
commit 4784181f7c1b969e8fee2c70789b484f58bf5331
Original file line number Diff line number Diff line change
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