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 usage of memo and resource table for CRDs #111

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

ricoberger
Copy link
Member

This commit fixes the usage of "memo" in the Dashboard component, where
we forgot some important properties.

This also fixes a problem with CRDs in the resources table. When the
JSONPath for a shown column returned undefined and the column was of
type date it showed NaN in the table. Now we are returning an empty
string when the returned value from the JSONPath is undefined.

This commit fixes the usage of "memo" in the Dashboard component, where
we forgot some important properties.

This also fixes a problem with CRDs in the resources table. When the
JSONPath for a shown column returned undefined and the column was of
type date it showed NaN in the table. Now we are returning an empty
string when the returned value from the JSONPath is undefined.
@ricoberger ricoberger merged commit 97560c5 into main Aug 13, 2021
@ricoberger ricoberger deleted the fix-resources-table-for-crds-and-dashboard-memo branch August 13, 2021 20:22
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.

1 participant