Fix allocation alias setting
This commit is contained in:
parent
1740b8dfb5
commit
81869bd5f2
3 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ class Allocation extends Model implements CleansAttributes, ValidableContract
|
|||
'node_id' => 'exists:nodes,id',
|
||||
'ip' => 'ip',
|
||||
'port' => 'numeric|between:1024,65553',
|
||||
'alias' => 'string',
|
||||
'ip_alias' => 'nullable|string',
|
||||
'server_id' => 'nullable|exists:servers,id',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue