fixed variable name in addAlreadyInstalledContainersGui() function
This commit is contained in:
parent
05cd4ac14b
commit
b3456ee96c
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ ErrorCode UiLogic::addAlreadyInstalledContainersGui(bool &isServerCreated)
|
|||
|
||||
QMap<DockerContainer, QJsonObject> installedContainers;
|
||||
ServerController serverController(m_settings);
|
||||
ErrorCode errorCode = serverController.getAlreadyInstalledContainers(credentials, installedContainers);
|
||||
ErrorCode errorCode = serverController.getAlreadyInstalledContainers(installCredentials, installedContainers);
|
||||
if (errorCode != ErrorCode::NoError) {
|
||||
return errorCode;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue