mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix error message not last long enough for user to copy error (#5642)
This commit is contained in:
parent
09cf4c1bbe
commit
03d34076d8
1 changed files with 6 additions and 1 deletions
|
@ -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);
|
Terminal.applyAddon(fit);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue