mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
chore(site): clarify autostop description (#10260)
* updated autostop description based on customer request * edited for specificity * make fmt
This commit is contained in:
+2
-4
@@ -374,10 +374,8 @@ export const WorkspaceScheduleForm: FC<
|
||||
description={
|
||||
<>
|
||||
<div css={{ marginBottom: 16 }}>
|
||||
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 by this
|
||||
value.
|
||||
Set how many hours should elapse after you log off before the
|
||||
workspace automatically shuts down.
|
||||
</div>
|
||||
{!enableAutoStop && (
|
||||
<Tooltip title="This option can be enabled in the template settings">
|
||||
|
||||
Reference in New Issue
Block a user