forked from mirror/Part-DB.Part-DB-server
Show database name and database connection user in system infos
This commit is contained in:
parent
6eb40c6a41
commit
256926be94
4 changed files with 38 additions and 1 deletions
|
@ -87,6 +87,8 @@ class ToolsController extends AbstractController
|
|||
'db_type' => $DBInfoHelper->getDatabaseType() ?? 'Unknown',
|
||||
'db_version' => $DBInfoHelper->getDatabaseVersion() ?? 'Unknown',
|
||||
'db_size' => $DBInfoHelper->getDatabaseSize(),
|
||||
'db_name' => $DBInfoHelper->getDatabaseName() ?? 'Unknown',
|
||||
'db_user' => $DBInfoHelper->getDatabaseUsername() ?? 'Unknown',
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue