remove app

This commit is contained in:
2026-06-08 10:54:52 +07:00
parent f9bec78c82
commit 47407cdbca
9 changed files with 112 additions and 13 deletions

View File

@@ -483,7 +483,7 @@ function App() {
return;
}
if (action === 'remove' && !window.confirm(`Remove ${app.appName} from ${agentTargetMachine}?`)) {
if (action === 'remove' && !window.confirm(`Remove and clean ${app.appName} from ${agentTargetMachine}?`)) {
return;
}

View File

@@ -216,7 +216,7 @@ export async function queueRemove(agentBaseUrl, app) {
timeoutMs: 10000,
body: {
appId: app.appId,
purge: false
purge: true
}
});
}