fixed hang after creating configuration on connection

- config created on connection is displayed as admin (platform name) on the client management page
- added config creation time on the client management page
This commit is contained in:
vladimir.kuznetsov 2023-12-21 17:47:34 +07:00
parent 0f1519a21f
commit 7aac9f9d0e
6 changed files with 21 additions and 7 deletions

View file

@ -46,6 +46,7 @@ public:
signals:
void newVpnConfigCreated(const QString &clientId, const QString &clientName, const DockerContainer container,
ServerCredentials credentials);
void clientModelUpdated();
};
#endif // VPN_CONFIGURATOR_H