You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/pages/project/instances/instance/tabs/SettingsTab.tsx
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -98,14 +98,13 @@ export function Component() {
98
98
name="autoRestartPolicy"
99
99
label="Policy"
100
100
description="The global default is currently best effort, but this may change in the future."
101
-
placeholder="Default"
102
101
items={restartPolicyItems}
103
102
required
104
103
className="max-w-none"
105
104
/>
106
105
<FormMeta
107
106
label="Cooldown expiration"
108
-
helpText="The time at which the auto-restart cooldown period for this instance completes. If N/A, then either the instance has never been automatically restarted, or the cooldown period has already expired."
107
+
helpText="When this instance will next restart (if in a failed state and the policy allows it). If N/A, then either the instance has never been automatically restarted, or the cooldown period has expired."
109
108
>
110
109
{
111
110
// TODO: show preview of how the time would change on update when
@@ -126,10 +125,10 @@ export function Component() {
126
125
</FormMeta>
127
126
<FormMeta
128
127
label="Last auto-restarted"
129
-
helpText="When this instance was last automatically restarted. Empty if never auto-restarted."
128
+
helpText="When this instance was last automatically restarted. N/A if never auto-restarted."
0 commit comments