Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add UTC label to scheduled command create/edit
  • Loading branch information
beastafk committed Apr 10, 2025
commit 3e7291e2a2f45effc35655a69e8b34cb0049ec1a
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const RecurringCommandEdit = () => {
<SelectInput source="command" choices={commandChoices} label="Command" fullWidth required />
<ArgumentsField serverCommands={serverCommands} />
<SelectInput source="day_of_week" choices={dayOfWeekChoices} label="Day of Week" fullWidth required />
<TimeInput source="execution_time" label="Time" fullWidth required />
<TimeInput source="execution_time" label="Time (UTC)" fullWidth required />
<Box mt={2} display="flex" justifyContent="space-between">
<SaveButton label={isCreating ? "Create" : "Update"} />
{!isCreating && <RecurringDeleteButton />}
Expand Down