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:
parent
e0c47b644e
commit
381e372c4c
3 changed files with 321 additions and 1223 deletions
|
@ -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 ?',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue