Merge branch 'develop' into feature/react-admin

This commit is contained in:
Matthew Penner 2021-07-17 11:12:02 -06:00
commit bc4e28578d
24 changed files with 356 additions and 165 deletions

View file

@ -56,7 +56,7 @@ class Allocation extends Model
public static $validationRules = [
'node_id' => 'required|exists:nodes,id',
'ip' => 'required|ip',
'port' => 'required|numeric|between:1024,65553',
'port' => 'required|numeric|between:1024,65535',
'ip_alias' => 'nullable|string',
'server_id' => 'nullable|exists:servers,id',
'notes' => 'nullable|string|max:256',