Skip to content
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

fix: Modify broken ui by archived col #11366

Merged

Conversation

toyamagu-2021
Copy link
Member

@toyamagu-2021 toyamagu-2021 commented Jul 15, 2023

Signed-off-by: toyamagu2021@gmail.com toyamagu2021@gmail.com

Motivation

  • Fix broken ui on a workflow list.

Modifications

  • Pre
    image
  • Post
    image

Verification

N/A

@@ -372,7 +372,7 @@ export class WorkflowsList extends BasePage<RouteComponentProps<any>, State> {
/>
</div>
<div className='row small-11'>
<div className='columns small-3'>NAME</div>
Copy link
Member Author

@toyamagu-2021 toyamagu-2021 Jul 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping here to 3, we get the following cols.
image

Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
@toyamagu-2021 toyamagu-2021 force-pushed the fix-broken-ui-by-archived-status branch from e308741 to 926f13b Compare July 15, 2023 12:20
@@ -384,7 +384,7 @@ export class WorkflowsList extends BasePage<RouteComponentProps<any>, State> {
{(this.state.columns || []).map(col => {
return (
<div className='columns small-1' key={col.key}>
{col.name}
{col.name.replace(/^Workflow /, '')}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These columns are added through configmap. See #10808

Signed-off-by: toyamagu2021@gmail.com <toyamagu2021@gmail.com>
@toyamagu-2021 toyamagu-2021 marked this pull request as ready for review July 15, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants