Skip to content

Commit

Permalink
feat(consumer-credentials): remove credential column (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
2eha0 authored Oct 14, 2024
1 parent 83a06bb commit fc2590c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ const fields: Record<CredentialPlugins, BaseTableHeaders> = {
tags: { label: t('credentials.list.table_headers.acls.tags') },
},
'basic-auth': {
password: { label: t('credentials.list.table_headers.basic-auth.password') },
username: { label: t('credentials.list.table_headers.basic-auth.username') },
created_at: { label: t('credentials.list.table_headers.basic-auth.created_at') },
tags: { label: t('credentials.list.table_headers.basic-auth.tags') },
Expand Down

0 comments on commit fc2590c

Please sign in to comment.