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:
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…
Reference in New Issue
Block a user