From 21af8faf5a119f86f1e416a74daa8a4ad9ba4ed3 Mon Sep 17 00:00:00 2001 From: Juan Escalada <97265671+jescalada@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:28:16 -0800 Subject: [PATCH] Update docs/features/software-catalog/catalog-customization.md Co-authored-by: Vincenzo Scamporlino Signed-off-by: Juan Escalada <97265671+jescalada@users.noreply.github.com> --- docs/features/software-catalog/catalog-customization.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/features/software-catalog/catalog-customization.md b/docs/features/software-catalog/catalog-customization.md index 63556b1626..c3355f53b4 100644 --- a/docs/features/software-catalog/catalog-customization.md +++ b/docs/features/software-catalog/catalog-customization.md @@ -91,8 +91,6 @@ const myColumnsFunc: CatalogTableColumnsFunc = entityListContext => { } ``` -Some other possible values for the existing entity kinds are `user`, `domain`, `system`, `group`, `template` and `location`. - Then, we can implement the `createUserEmailColumn` function and add it to the list of columns. `field` is used to access the data from the entity, while `render` lets us customize how we display the data: ```tsx title="packages/app/src/App.tsx"