1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

Dynamically update duration on job page

Show dynamically updating duration for active jobs on the
job page. This adds to the resolution for #8
This commit is contained in:
Oliver Giles 2017-11-07 08:24:44 +02:00
parent 309654ef8a
commit ce0a127a30

View File

@ -346,7 +346,7 @@ var Job = function() {
}; };
return Vue.extend({ return Vue.extend({
template: '#job', template: '#job',
mixins: [WebsocketHandler, Utils], mixins: [WebsocketHandler, Utils, ProgressUpdater],
data: function() { data: function() {
return state; return state;
}, },