diff --git a/frontend/src/plugins/dashboard-plugin.js b/frontend/src/plugins/dashboard-plugin.js index c71b3742b..b32bb20cd 100755 --- a/frontend/src/plugins/dashboard-plugin.js +++ b/frontend/src/plugins/dashboard-plugin.js @@ -40,8 +40,14 @@ export default { Vue.use(Loading) Vue.use(Toasted, { position: 'top-center', - duration: 2500, + duration: 5000, fullWidth: true, + action: { + text: 'x', + onClick: (e, toastObject) => { + toastObject.goAway(0) + }, + }, }) }, }