Skip to content

Commit

Permalink
Change genericresource column type icon -> string (#405)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Feb 19, 2024
1 parent cdb06d8 commit 0a7ba57
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a7ba57

Please sign in to comment.