mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Startup not required, fix display executable bug
This commit is contained in:
@@ -101,7 +101,7 @@ class ServerRepository
|
||||
'port' => 'required_without:allocation|numeric|min:1|max:65535',
|
||||
'service' => 'required|numeric|min:1|exists:services,id',
|
||||
'option' => 'required|numeric|min:1|exists:service_options,id',
|
||||
'startup' => 'required',
|
||||
'startup' => 'string',
|
||||
'custom_image_name' => 'required_if:use_custom_image,on',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user