From 4e334bc2e1aa1834fcacff24129dac39e636e4a0 Mon Sep 17 00:00:00 2001 From: Rokibul Hasan Date: Mon, 19 Feb 2024 12:54:08 +0600 Subject: [PATCH] Change genericresource column type icon -> string Signed-off-by: Rokibul Hasan --- .../core.k8s.appscode.com/v1alpha1/genericresources.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hub/resourcetabledefinitions/core.k8s.appscode.com/v1alpha1/genericresources.yaml b/hub/resourcetabledefinitions/core.k8s.appscode.com/v1alpha1/genericresources.yaml index 1e24944f5..a2358d070 100644 --- a/hub/resourcetabledefinitions/core.k8s.appscode.com/v1alpha1/genericresources.yaml +++ b/hub/resourcetabledefinitions/core.k8s.appscode.com/v1alpha1/genericresources.yaml @@ -30,11 +30,7 @@ spec: pathTemplate: '{{ .metadata.namespace }}' priority: 3 type: string - - icon: - template: | - {{ $apiTypeName := .spec.apiType.name}} - {{- printf "https://cdn.appscode.com/k8s/icons/kubedb.com/%s.svg" $apiTypeName -}} - name: Type + - name: Type pathTemplate: '{{ .spec.apiType.kind }}' priority: 3 type: string