Skip to content

Commit

Permalink
User tab - adding new column provider type
Browse files Browse the repository at this point in the history
issue #233
  • Loading branch information
leoraba committed Jul 6, 2023
1 parent 98e2f63 commit 9d97775
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/RESOURCE_MAP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ const RESOURCE_MAP: { [key in TResourceType]: IResource } = {
options: STATUSES,
panelSection: 'meta',
},
{
fieldName: 'Provider Type',
key: 'providerType',
panelSection: null,
sortable: true,
},
{
fieldName: 'Created',
hideOnTable: true,
Expand Down

0 comments on commit 9d97775

Please sign in to comment.