Send server name and description to wings to make available to replacers
This commit is contained in:
parent
abac317802
commit
2eda1995b9
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ class ServerConfigurationStructureService
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'uuid' => $server->uuid,
|
'uuid' => $server->uuid,
|
||||||
|
'meta' => [
|
||||||
|
'name' => $server->name,
|
||||||
|
'description' => $server->description,
|
||||||
|
],
|
||||||
'suspended' => $server->isSuspended(),
|
'suspended' => $server->isSuspended(),
|
||||||
'environment' => $this->environment->handle($server),
|
'environment' => $this->environment->handle($server),
|
||||||
'invocation' => $server->startup,
|
'invocation' => $server->startup,
|
||||||
|
|
Loading…
Reference in a new issue