diff --git a/src/resources/js/app.js b/src/resources/js/app.js index 0830bc0..76620fa 100644 --- a/src/resources/js/app.js +++ b/src/resources/js/app.js @@ -533,7 +533,9 @@ new Vue({ }, showNotify(msg, data) { if(this.notify && msg === 'job_completed') - new Notification(data.name + ' ' + '#' + data.number +' completed'); + new Notification('Job ' + data.result, { + body: data.name + ' ' + '#' + data.number + ': ' + data.result + }); } }, watch: {