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
|
@ -152,7 +152,7 @@ export default ({ database, className }: Props) => {
|
|||
<p className={'mt-1 text-2xs text-neutral-500 uppercase select-none'}>Username</p>
|
||||
</div>
|
||||
<div className={'ml-8 text-center'}>
|
||||
<p className={'text-sm'}>{database.max_connections}</p>
|
||||
<p className={'text-sm'}>{database.maxConnections}</p>
|
||||
<p className={'mt-1 text-2xs text-neutral-500 uppercase select-none'}>Max Connections</p>
|
||||
</div>
|
||||
<div className={'ml-8'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue