added removal of last_config when revoke admin config on client management panel

This commit is contained in:
vladimir.kuznetsov 2023-12-21 23:34:27 +07:00
parent 8599b20678
commit 9290775ab5
6 changed files with 46 additions and 9 deletions

View file

@ -84,6 +84,7 @@ public slots:
void addContainerConfig(const int containerIndex, const QJsonObject config);
void clearCachedProfiles();
void clearCachedProfile(const DockerContainer container);
ErrorCode removeContainer(const int containerIndex);
ErrorCode removeAllContainers();