1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix error message not last long enough for user to copy error (#5642)

This commit is contained in:
Richard Wei 2021-09-27 10:09:23 +13:00 committed by GitHub
parent 09cf4c1bbe
commit 03d34076d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);