Skip to content

Commit

Permalink
Merge pull request cockroachdb#99036 from cockroachdb/blathers/backpo…
Browse files Browse the repository at this point in the history
…rt-release-22.2-99021

release-22.2: ui: fix jobs column name
  • Loading branch information
maryliag authored Mar 20, 2023
2 parents 11e9625 + aed849a commit 54129eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export function makeJobsColumns(): ColumnDescriptor<Job>[] {
style="tableTitle"
content={<p>Date and time the job was last executed.</p>}
>
{jobsColumnLabels.lastModifiedTime}
{jobsColumnLabels.lastExecutionTime}
</Tooltip>
),
cell: job => TimestampToMoment(job?.last_run).format(DATE_FORMAT_24_UTC),
Expand Down

0 comments on commit 54129eb

Please sign in to comment.