argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

Start/End times in UI missing detailed timestamp (HH:MI:SS)

Open tooptoop4 opened this issue 3 years ago • 3 comments

UI start/end times don't show exact timestamp ie HH:MI:SS . When debugging a failed workflow the exact minute/second is very useful to know.

image

tooptoop4 avatar Feb 18 '22 14:02 tooptoop4

Timestamps are rendered using the <Timestamp/> component:

https://github.com/argoproj/argo-workflows/blob/16fef4e5498fac88dc80d33d653c99fec641150d/ui/src/app/workflows/components/workflow-node-info/workflow-node-info.tsx#L112

https://github.com/argoproj/argo-workflows/blob/16fef4e5498fac88dc80d33d653c99fec641150d/ui/src/app/shared/components/timestamp.tsx#L5

To fix this, modify that component to render the time too. E.g. 2pm (1h ago)

alexec avatar May 06 '22 18:05 alexec

argo-workflows

When you hover on time, the timestamp is shown. In my opinion, this change might degrade UX.

yavulan avatar May 20 '22 10:05 yavulan

@tooptoop4 @alexec I would like to work on this issue.

YashasviChaurasia avatar Aug 03 '22 10:08 YashasviChaurasia

I would like to pick up this one.

ibotdotout avatar Oct 15 '22 14:10 ibotdotout