Enable full setup on the setup form
This commit is contained in:
@@ -22,12 +22,13 @@ class SetupRequest extends FormRequest
|
||||
'system_id' => 'required|exists:systems,id',
|
||||
'binkp' => 'nullable|array',
|
||||
'binkp.*' => 'nullable|numeric',
|
||||
//'dns' => 'required|array',
|
||||
'dns' => 'nullable|array',
|
||||
'dns.*' => 'nullable|numeric',
|
||||
//'emsi' => 'required|array',
|
||||
'emsi' => 'nullable|array',
|
||||
'emsi.*' => 'nullable|numeric',
|
||||
'*_bind' => 'required|ip',
|
||||
'*_port' => 'required|numeric',
|
||||
'*_active' => 'nullable|accepted',
|
||||
'options' => 'nullable|array',
|
||||
'options.*' => 'nullable|numeric',
|
||||
];
|
||||
|
Reference in New Issue
Block a user