mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Add variable to API endpoint
Allow API to retrun max_connections for frontend database page
This commit is contained in:
@@ -58,6 +58,7 @@ class DatabaseTransformer extends BaseClientTransformer
|
||||
'name' => $model->database,
|
||||
'username' => $model->username,
|
||||
'connections_from' => $model->remote,
|
||||
'max_connections' => $model->max_connections,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user