mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 15:44:45 +02:00
Correctly save labels on create
This commit is contained in:
parent
eefe59b153
commit
c31b7b8c6a
@ -687,7 +687,7 @@ class CreateServer extends CreateRecord
|
||||
->label('Container Labels')
|
||||
->keyLabel('Title')
|
||||
->valueLabel('Description')
|
||||
->columnSpan(1),
|
||||
->columnSpan(3),
|
||||
]),
|
||||
]),
|
||||
]);
|
||||
|
@ -154,6 +154,7 @@ class ServerCreationService
|
||||
'database_limit' => Arr::get($data, 'database_limit') ?? 0,
|
||||
'allocation_limit' => Arr::get($data, 'allocation_limit') ?? 0,
|
||||
'backup_limit' => Arr::get($data, 'backup_limit') ?? 0,
|
||||
'docker_labels' => Arr::get($data, 'docker_labels'),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user