-
Notifications
You must be signed in to change notification settings - Fork 3.9k
ui: fix copy in DB console jobs table #83914
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
ui: fix copy in DB console jobs table #83914
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @ericharmeling)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! 1 of 0 LGTMs obtained (waiting on @ericharmeling)
-- commits
line 9 at r1:
add a ui change as release note, so the docs team know they need to update column name and screenshots
1e25822
to
2a19a51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @maryliag)
Previously, maryliag (Marylia Gutierrez) wrote…
add a ui change as release note, so the docs team know they need to update column name and screenshots
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! 0 of 0 LGTMs obtained (and 1 stale) (waiting on @ericharmeling)
This commit makes a minor change to the Jobs table in the DB console. Fixes cockroachdb#83872. Release note (ui change): Updated `User` column name to `User Name` and fixed `High-water Timestamp` column tooltip on the Jobs page.
2a19a51
to
0193348
Compare
This commit makes a minor change to the Jobs table in the DB
console.
These changes are also present in #83901.
Fixes #83872.
Release note (ui change): Updated
User
column name toUser Name
and fixedHigh-water Timestamp
column tooltip on the Jobs page.