1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

feat(ui): allow-different-modal-icons EE-3751 (#7299)

* feat(ui): update modal icons EE-3751
This commit is contained in:
Ali 2022-07-28 17:33:21 +12:00 committed by GitHub
parent bb066cd58c
commit d574a71cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 113 additions and 39 deletions

View file

@ -983,7 +983,7 @@ angular.module('portainer.docker').controller('CreateContainerController', [
function showConfirmationModal() {
var deferred = $q.defer();
ModalService.confirm({
ModalService.confirmDestructive({
title: 'Are you sure ?',
message: 'A container with the same name already exists. Portainer can automatically remove it and re-create one. Do you want to replace it?',
buttons: {