mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
#591 - services
This commit is contained in:
@ -23,6 +23,8 @@ public function toArray(Request $request): array
|
||||
'version' => $this->version,
|
||||
'unit' => $this->unit,
|
||||
'status' => $this->status,
|
||||
'status_color' => Service::$statusColors[$this->status] ?? 'gray',
|
||||
'icon' => config('core.service_icons')[$this->name] ?? '',
|
||||
'is_default' => $this->is_default,
|
||||
'created_at' => $this->created_at,
|
||||
'updated_at' => $this->updated_at,
|
||||
|
Reference in New Issue
Block a user