Backblaze / boardwalk

A linear remote execution workflow engine built on top of Ansible
Other
18 stars 1 forks source link

Add timestamp column to workspace event page #32

Closed asullivan-blze closed 1 year ago

asullivan-blze commented 1 year ago

This resolves #8.

What and why?

Timestamps were available in the event page, though it required hovering over the row to display them. This PR adds a YYYY-MM-DD HH:MM:SS timestamp column for each event row. Fractional seconds were omitted.

How was this tested?

Using the test workspaces to generate log events, it was verified that the timestamp column displays correctly. See attached screenshot for an example.

Screen Shot 2022-11-17 at 1 04 27 PM

Checklist