mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Cleanup
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
parent
1df25ffe2b
commit
39e5200aac
@ -95,8 +95,6 @@ export class CrdResources extends React.Component<Props> {
|
|||||||
...extraColumns.map((column) => {
|
...extraColumns.map((column) => {
|
||||||
const pathExpression = parseJsonPath(column.jsonPath.slice(1));
|
const pathExpression = parseJsonPath(column.jsonPath.slice(1));
|
||||||
|
|
||||||
console.log(pathExpression);
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
renderBoolean: true,
|
renderBoolean: true,
|
||||||
children: jsonPath.value(crdInstance, pathExpression.replace(/\\/g, "")),
|
children: jsonPath.value(crdInstance, pathExpression.replace(/\\/g, "")),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user