From e832839a2ea5d1aaa632f0c990b504aee006b51a Mon Sep 17 00:00:00 2001 From: rusikv Date: Thu, 5 Sep 2024 14:05:19 +0300 Subject: [PATCH] UI: removed provider column from oauth2 clients table --- .../admin/oauth2/clients/clients-table-config.resolver.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/clients-table-config.resolver.ts b/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/clients-table-config.resolver.ts index d1d760d908..bace031fde 100644 --- a/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/clients-table-config.resolver.ts +++ b/ui-ngx/src/app/modules/home/pages/admin/oauth2/clients/clients-table-config.resolver.ts @@ -66,8 +66,7 @@ export class ClientsTableConfigResolver implements Resolve('createdTime', 'common.created-time', this.datePipe, '170px'), - new EntityTableColumn('title', 'admin.oauth2.title', '170px'), - new EntityTableColumn('providerName', 'admin.oauth2.provider', '170px'), + new EntityTableColumn('title', 'admin.oauth2.title', '350px'), new EntityTableColumn('platforms', 'admin.oauth2.allowed-platforms', '100%', (clientInfo) => { return clientInfo.platforms && clientInfo.platforms.length ?