mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 07:13:45 +02:00
Update allocations to support ids; protect endpoints; support notes
This commit is contained in:
@@ -39,6 +39,7 @@ class AllocationTransformer extends BaseTransformer
|
||||
'ip' => $allocation->ip,
|
||||
'alias' => $allocation->ip_alias,
|
||||
'port' => $allocation->port,
|
||||
'notes' => $allocation->notes,
|
||||
'assigned' => ! is_null($allocation->server_id),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user