mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +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
|
@ -550,7 +550,7 @@ angular.module('portainer.docker').controller('ServiceController', [
|
|||
}
|
||||
|
||||
$scope.rollbackService = function (service) {
|
||||
ModalService.confirm({
|
||||
ModalService.confirmWarn({
|
||||
title: 'Rollback service',
|
||||
message: 'Are you sure you want to rollback?',
|
||||
buttons: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue