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

added name column to the runtime BOM #1078

Merged
merged 9 commits into from
May 12, 2023
Merged

added name column to the runtime BOM #1078

merged 9 commits into from
May 12, 2023

Conversation

harishshg
Copy link
Contributor

@harishshg harishshg commented May 11, 2023

Fixes # .

Changes proposed in this pull request:

  • added name column to rBOM
  • added custom sorting to severity column

@deepfence/engineering

header: () => 'Name',
minSize: 100,
size: 200,
maxSize: 300,
}),
columnHelper.accessor('node_id', {
Copy link
Member

Choose a reason for hiding this comment

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

we need to remove node_id column and just use node_name column

Copy link
Member

Choose a reason for hiding this comment

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

node_id is not very useful here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed the node_id and updated with node_name

@manV manV merged commit c59f181 into v2 May 12, 2023
@manV manV deleted the v2-ui-enhancements branch May 12, 2023 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants