Fix server transformer
Properly pass the value to wings
This commit is contained in:
parent
2561e3e8d5
commit
b351c07d34
3 changed files with 4 additions and 1 deletions
|
@ -81,7 +81,7 @@ class ServerConfigurationStructureService
|
|||
'swap' => $server->swap,
|
||||
'io_weight' => $server->io,
|
||||
'cpu_limit' => $server->cpu,
|
||||
'cpu_threads' => $server->threads,
|
||||
'threads' => $server->threads,
|
||||
'disk_space' => $server->disk,
|
||||
],
|
||||
'service' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue