Skip to content

Commit

Permalink
feat(admin-ui): config api tag column #1444
Browse files Browse the repository at this point in the history
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
  • Loading branch information
jv18creator committed Nov 10, 2023
1 parent 64c02f3 commit 4c33de0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ function UiPermListPage() {
<Badge color={`primary-${selectedTheme}`}>{rowData.permission}</Badge>
),
},
{
title: `${t('fields.tag')}`,
field: 'tag',
editable: false,
},
{ title: `${t('fields.description')}`, field: 'description' },
]}
data={apiPerms}
Expand Down

0 comments on commit 4c33de0

Please sign in to comment.