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

pull/5756/head
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
1 changed files with 6 additions and 1 deletions

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