mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
feat(containers) - Add the ability to force remove a container with confirmation (#814)
This commit is contained in:
parent
2761959f93
commit
ac872b577a
10 changed files with 48 additions and 13 deletions
|
@ -103,7 +103,7 @@ function ($scope, $state, UserService, ModalService, Notifications, Pagination)
|
|||
|
||||
$scope.removeAction = function () {
|
||||
ModalService.confirmDeletion(
|
||||
'Do you want to delete the selected users? They will not be able to login into Portainer anymore.',
|
||||
'Do you want to remove the selected users? They will not be able to login into Portainer anymore.',
|
||||
function onConfirm(confirmed) {
|
||||
if(!confirmed) { return; }
|
||||
deleteSelectedUsers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue