You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, visible fields were determined out of several criteria
including:
- fields with calculated values were filtered out
- record with null value was filtered out (as opposed to undefined)
Also, "Common" columns was determined by having a calculated value (ie.
non-common columns were prohibited to use calculated)
This must change since columns can now have calculated and still must be
visible (e.g. SrcK8S_Name is a kubeObject calculated value)
- So, Common now is when calculated in the form of "[a,b]"
- Visible columns for side panel is now based on being tied to fields
0 commit comments