remove app
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -216,7 +216,7 @@ export async function queueRemove(agentBaseUrl, app) {
|
||||
timeoutMs: 10000,
|
||||
body: {
|
||||
appId: app.appId,
|
||||
purge: false
|
||||
purge: true
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user