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
description={'The command to send to the server when this task executes.'}
66
-
/>
67
-
:
68
-
action==='power' ?
69
-
<div>
70
-
<Label>Payload</Label>
71
-
<FormikFieldWrappername={'payload'}>
72
-
<FormikFieldas={Select}name={'payload'}>
73
-
<optionvalue={'start'}>Start the server</option>
74
-
<optionvalue={'restart'}>Restart the server</option>
75
-
<optionvalue={'stop'}>Stop the server</option>
76
-
<optionvalue={'kill'}>Terminate the server</option>
77
-
</FormikField>
78
-
</FormikFieldWrapper>
79
-
</div>
80
-
:
81
-
<div>
82
-
<Label>Ignored Files</Label>
83
-
<FormikFieldWrapper
84
-
name={'payload'}
85
-
description={'Optional. Include the files and folders to be excluded in this backup. By default, the contents of your .pteroignore file will be used.'}
description={'The amount of time to wait after the previous task executes before running this one. If this is the first task on a schedule this will not be applied.'}
65
+
/>
91
66
</div>
92
67
</div>
93
68
<divcss={tw`mt-6`}>
94
-
<Field
95
-
name={'timeOffset'}
96
-
label={'Time offset (in seconds)'}
97
-
description={'The amount of time to wait after the previous task executes before running this one. If this is the first task on a schedule this will not be applied.'}
<optionvalue={'restart'}>Restart the server</option>
84
+
<optionvalue={'stop'}>Stop the server</option>
85
+
<optionvalue={'kill'}>Terminate the server</option>
86
+
</FormikField>
87
+
</FormikFieldWrapper>
88
+
</div>
89
+
:
90
+
<div>
91
+
<Label>Ignored Files</Label>
92
+
<FormikFieldWrapper
93
+
name={'payload'}
94
+
description={'Optional. Include the files and folders to be excluded in this backup. By default, the contents of your .pteroignore file will be used.'}
0 commit comments