1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(MySQL): option to enable single connection mode

This commit is contained in:
2024-02-18 14:37:45 +01:00
parent 90b9b87b1d
commit d3f71e65ce
8 changed files with 31 additions and 10 deletions

View File

@ -19,6 +19,7 @@ export interface Customizations {
sshConnection?: boolean;
fileConnection?: boolean;
cancelQueries?: boolean;
singleConnectionMode?: boolean;
// Tools
processesList?: boolean;
usersManagement?: boolean;