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:
parent
0f1519a21f
commit
7aac9f9d0e
6 changed files with 21 additions and 7 deletions
|
|
@ -330,6 +330,7 @@ void AmneziaApplication::initModels()
|
|||
ServerCredentials credentials) {
|
||||
m_serversModel->reloadContainerConfig();
|
||||
m_clientManagementModel->appendClient(clientId, clientName, container, credentials);
|
||||
emit m_configurator->clientModelUpdated();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue