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

chore(app): clean and update dependencies (#3917)

This commit is contained in:
xAt0mZ 2020-06-11 23:06:41 +02:00 committed by GitHub
parent e0c47b644e
commit 381e372c4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 321 additions and 1223 deletions

View file

@ -129,6 +129,7 @@ angular.module('portainer.app').factory('ModalService', [
};
service.confirmContainerDeletion = function (title, callback) {
title = $sanitize(title);
prompt({
title: title,
inputType: 'checkbox',
@ -202,6 +203,7 @@ angular.module('portainer.app').factory('ModalService', [
};
service.confirmServiceForceUpdate = function (message, callback) {
message = $sanitize(message);
customPrompt(
{
title: 'Are you sure ?',