Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix job duration display #471

Merged
merged 4 commits into from
Oct 3, 2019
Merged

Fix job duration display #471

merged 4 commits into from
Oct 3, 2019

Conversation

bubblesly
Copy link
Contributor

@bubblesly bubblesly commented Oct 2, 2019

Job execution duration display cannot go above 24h.
The moment.format function can only generate days between 1 and 31.
For durations > 24h, we display days explicitly

Sylvain Pendino added 2 commits October 2, 2019 16:29
Job execution duration display cannot go above 24h.
The moment.format function can only generate days between 1 and 31.
For durations > 24h, we display days explicitely
@bubblesly bubblesly merged commit 47a5404 into master Oct 3, 2019
@vguerci vguerci deleted the jobDuration branch December 6, 2019 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants