-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: implement nodes list table in infra monitoring #6615
base: feat/infra-monitoring-k8s
Are you sure you want to change the base?
feat: implement nodes list table in infra monitoring #6615
Conversation
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
@@ -14,6 +14,13 @@ import { | |||
} from 'components/QuickFilters/QuickFilters'; | |||
import { DataTypes } from 'types/api/queryBuilder/queryAutocompleteResponse'; | |||
|
|||
export interface IEntityColumn { |
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.
Using this instead of IPodColumn
. As we're reusing it, thought it should have a more generic name.
We can remove IPodColumn
in the end. I didn't rename it now to avoid conflicts.
@@ -127,4 +128,11 @@ function K8sHeader({ | |||
); | |||
} | |||
|
|||
K8sHeader.defaultProps = { |
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.
Made these fields optional for list views where there is no metadata to show
ea32f5e
to
0bbd4d0
Compare
f8b95d1
to
efd5c2c
Compare
Summary
Implement the nodes list table in Infra Monitoring
Related Issues / PR's
N/A
Screenshots
N/A
Affected Areas and Manually Tested Areas
Infra Monitoring section