mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 08:15:25 +02:00
feat(ui): add confirmation to delete actions [EE-4612] (#10003)
This commit is contained in:
parent
6fde4195f8
commit
cfe0d3092d
4 changed files with 43 additions and 24 deletions
|
@ -15,7 +15,7 @@ export class EdgeJobsViewController {
|
|||
}
|
||||
|
||||
removeAction(selectedItems) {
|
||||
confirmDelete('Do you want to remove the selected edge job(s)?').then((confirmed) => {
|
||||
confirmDelete('Do you want to remove the selected Edge job(s)?').then((confirmed) => {
|
||||
if (!confirmed) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue