diff --git a/app/config.js b/app/config.js index 5e74a916d..0ff080aaf 100644 --- a/app/config.js +++ b/app/config.js @@ -51,7 +51,12 @@ angular.module('portainer').config([ }, ]); - toastr.options.timeOut = 3000; + toastr.options = { + timeOut: 3000, + closeButton: true, + progressBar: true, + tapToDismiss: false, + } Terminal.applyAddon(fit);