You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sorting jobs by duration the UI incorrectly sorts a larger number of seconds to be greater than a smaller number of minutes.
Ex. 59s is larger than 19m
To Reproduce
Steps to reproduce the bug:
Go to Jobs
Run jobs that run various durations, including some that run for seconds and some that run for minutes
Sort by Duration (either ascending or descending)
See that it is incorrectly sorting the duration
Environment (please provide info about your environment):
Installation type: Windows
Headlamp Version: 0.26.0
Other: n/a
Are you able to fix this issue?
No.
Do you want to help fix this issue? Please see our contribution docs. For any non-trivial contributions, we advise you to join our our slack channel to discuss the implementation with Headlamp's core developers.
Additional Context
The text was updated successfully, but these errors were encountered:
This change adds a sort function for job duration times. Previously,
sorting by duration would show the list of jobs out of order, but this
should no longer be the case.
Fixes: #2564
Signed-off-by: Evangelos Skopelitis <[email protected]>
This change adds a sort function for job duration times. Previously,
sorting by duration would show the list of jobs out of order, but this
should no longer be the case.
Fixes: #2564
Signed-off-by: Evangelos Skopelitis <[email protected]>
Describe the bug
When sorting jobs by duration the UI incorrectly sorts a larger number of seconds to be greater than a smaller number of minutes.
Ex. 59s is larger than 19m
To Reproduce
Steps to reproduce the bug:
Environment (please provide info about your environment):
Are you able to fix this issue?
No.
Additional Context
The text was updated successfully, but these errors were encountered: