mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Double down on this to fix validation
This commit is contained in:
@@ -136,6 +136,8 @@ class ServerResource extends Resource
|
||||
$egg = Egg::find($state);
|
||||
$set('startup', $egg->startup);
|
||||
|
||||
$set('image', array_flip($egg->docker_images ?? []));
|
||||
|
||||
$variables = $egg->variables ?? [];
|
||||
$serverVariables = collect();
|
||||
foreach ($variables as $variable) {
|
||||
|
||||
Reference in New Issue
Block a user