UI: removed provider column from oauth2 clients table
This commit is contained in:
		
							parent
							
								
									afe1365b0d
								
							
						
					
					
						commit
						e832839a2e
					
				@ -66,8 +66,7 @@ export class ClientsTableConfigResolver implements Resolve<EntityTableConfig<OAu
 | 
			
		||||
 | 
			
		||||
    this.config.columns.push(
 | 
			
		||||
      new DateEntityTableColumn<OAuth2ClientInfo>('createdTime', 'common.created-time', this.datePipe, '170px'),
 | 
			
		||||
      new EntityTableColumn<OAuth2ClientInfo>('title', 'admin.oauth2.title', '170px'),
 | 
			
		||||
      new EntityTableColumn<OAuth2ClientInfo>('providerName', 'admin.oauth2.provider', '170px'),
 | 
			
		||||
      new EntityTableColumn<OAuth2ClientInfo>('title', 'admin.oauth2.title', '350px'),
 | 
			
		||||
      new EntityTableColumn<OAuth2ClientInfo>('platforms', 'admin.oauth2.allowed-platforms', '100%',
 | 
			
		||||
        (clientInfo) => {
 | 
			
		||||
          return clientInfo.platforms && clientInfo.platforms.length ?
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user