Add variable to API endpoint
Allow API to retrun max_connections for frontend database page
This commit is contained in:
parent
f0e4764a11
commit
0ecfb40f5e
3 changed files with 4 additions and 1 deletions
|
@ -58,6 +58,7 @@ class DatabaseTransformer extends BaseClientTransformer
|
|||
'name' => $model->database,
|
||||
'username' => $model->username,
|
||||
'connections_from' => $model->remote,
|
||||
'max_connections' => $model->max_connections,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue