diff --git a/frontend/src/components/CustomResourceDefinitionsView.tsx b/frontend/src/components/CustomResourceDefinitionsView.tsx index 0cda15c..2f4b65b 100644 --- a/frontend/src/components/CustomResourceDefinitionsView.tsx +++ b/frontend/src/components/CustomResourceDefinitionsView.tsx @@ -28,7 +28,7 @@ const CustomResourceDefinitionsView: React.FC {customResourceDefinitions.map(crd => (
-
{crd.displayName}
+
{crd.displayName} ({crd.version})
{crd.description}
{showExamples && (