mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 02:54:45 +02:00
Make restart
the default payload when using PowerAction
in Schedules
(#1059)
This commit is contained in:
parent
5512c10ee1
commit
6caa741798
@ -62,7 +62,8 @@ class TasksRelationManager extends RelationManager
|
||||
'stop' => 'Stop',
|
||||
'kill' => 'Kill',
|
||||
])
|
||||
->selectablePlaceholder(false),
|
||||
->selectablePlaceholder(false)
|
||||
->default('restart'),
|
||||
TextInput::make('time_offset')
|
||||
->hidden(fn (Get $get) => config('queue.default') === 'sync' || $get('sequence_id') === 1)
|
||||
->default(0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user