fixed cache clearing when deleting admin configure
- added permissions for the crl.pem file
This commit is contained in:
parent
6b80a56f92
commit
f7df621c56
3 changed files with 22 additions and 19 deletions
|
@ -327,7 +327,8 @@ void ExportController::updateClientManagementModel(const DockerContainer contain
|
|||
|
||||
void ExportController::revokeConfig(const int row, const DockerContainer container, ServerCredentials credentials)
|
||||
{
|
||||
ErrorCode errorCode = m_clientManagementModel->revokeClient(row, container, credentials);
|
||||
ErrorCode errorCode = m_clientManagementModel->revokeClient(row, container, credentials,
|
||||
m_serversModel->getCurrentlyProcessedServerIndex());
|
||||
if (errorCode != ErrorCode::NoError) {
|
||||
emit exportErrorOccurred(errorString(errorCode));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue