mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Send server name and description to wings to make available to replacers
This commit is contained in:
@@ -47,6 +47,10 @@ class ServerConfigurationStructureService
|
||||
{
|
||||
return [
|
||||
'uuid' => $server->uuid,
|
||||
'meta' => [
|
||||
'name' => $server->name,
|
||||
'description' => $server->description,
|
||||
],
|
||||
'suspended' => $server->isSuspended(),
|
||||
'environment' => $this->environment->handle($server),
|
||||
'invocation' => $server->startup,
|
||||
|
||||
Reference in New Issue
Block a user