-
Notifications
You must be signed in to change notification settings - Fork 21
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
HMS-5268: Template detail page - minor ux changes #411
base: main
Are you sure you want to change the base?
HMS-5268: Template detail page - minor ux changes #411
Conversation
@@ -74,7 +74,7 @@ export default function TemplateRepositoriesTable({ | |||
}, [snapshotList.length]); | |||
|
|||
const columnHeaders = [ | |||
{ name: 'Repository Name' }, | |||
{ name: 'Repository' }, |
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.
That should be "Name" I think. Check the Jira again.
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.
Lol i think i got lost in code
Right this needs to be "Name"!!
src/Pages/Templates/TemplateDetails/components/Tables/TemplateRepositoriesTable.tsx
Outdated
Show resolved
Hide resolved
@@ -74,7 +74,7 @@ export default function TemplateRepositoriesTable({ | |||
}, [snapshotList.length]); | |||
|
|||
const columnHeaders = [ | |||
{ name: 'Repository Name' }, | |||
{ name: 'Name' }, | |||
{ name: 'Snapshot Date', width: 20 }, |
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.
{ name: 'Snapshot Date', width: 20 }, | |
{ name: 'Snapshot date', width: 20 }, |
In associated Jira, red is used to highlight what is wanted.
EDIT: Maybe it was just sentence case that was asked for, i.e. 'Snapshot date'. I'll ask in Jira for confirmation.
Summary
Testing steps