Dynamically update duration on job page

Show dynamically updating duration for active jobs on the
job page. This adds to the resolution for #8
pull/17/head
Oliver Giles 7 years ago
parent 309654ef8a
commit ce0a127a30

@ -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;
}, },

Loading…
Cancel
Save