-
Notifications
You must be signed in to change notification settings - Fork 597
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
Conversation
header: () => 'Name', | ||
minSize: 100, | ||
size: 200, | ||
maxSize: 300, | ||
}), | ||
columnHelper.accessor('node_id', { |
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.
we need to remove node_id column and just use node_name column
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.
node_id is not very useful here
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.
removed the node_id and updated with node_name
Fixes # .
Changes proposed in this pull request:
@deepfence/engineering