fix error message not last long enough for user to copy error (#5642)
parent
09cf4c1bbe
commit
03d34076d8
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue