ui(admin): implement basic server editing
This commit is contained in:
parent
d0a78ec067
commit
6362731d55
11 changed files with 220 additions and 90 deletions
|
@ -72,6 +72,7 @@ class ServerTransformer extends Transformer
|
|||
'image' => $model->image,
|
||||
'environment' => $this->environmentService->handle($model),
|
||||
],
|
||||
'oom_killer' => !$model->oom_disabled,
|
||||
'updated_at' => self::formatTimestamp($model->updated_at),
|
||||
'created_at' => self::formatTimestamp($model->created_at),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue