Skip to content

Commit

Permalink
terminate op too
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev committed Jan 19, 2024
1 parent cef8b12 commit 8dc59b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/shared/services/applications-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ export class ApplicationsService {
return requests
.delete(`/applications/${applicationName}/operation`)
.query({appNamespace})
.set('Content-Type', 'application/json')
.send()
.then(() => true);
}
Expand Down

0 comments on commit 8dc59b3

Please sign in to comment.