ui(admin): server edit cleanup, fix startup form
This commit is contained in:
parent
95f3eb54db
commit
df895f4a9f
12 changed files with 422 additions and 322 deletions
|
@ -69,7 +69,7 @@ class ServerTransformer extends Transformer
|
|||
'nest_id' => $model->nest_id,
|
||||
'egg_id' => $model->egg_id,
|
||||
'container' => [
|
||||
'startup_command' => $model->startup,
|
||||
'startup' => $model->startup,
|
||||
'image' => $model->image,
|
||||
'environment' => $this->environmentService->handle($model),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue