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:
parent
bb066cd58c
commit
d574a71cb1
15 changed files with 113 additions and 39 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue