web: add initial user view page with consent
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -52,10 +52,10 @@ export class UserListPage extends TablePage<User> {
 | 
			
		||||
 | 
			
		||||
    row(item: User): TemplateResult[] {
 | 
			
		||||
        return [
 | 
			
		||||
            html`<div>
 | 
			
		||||
            html`<a href="#/identity/users/${item.pk}">
 | 
			
		||||
                <div>${item.username}</div>
 | 
			
		||||
                <small>${item.name}</small>
 | 
			
		||||
            </div>`,
 | 
			
		||||
            </a>`,
 | 
			
		||||
            html`${item.isActive ? "Yes" : "No"}`,
 | 
			
		||||
            html`${item.lastLogin?.toLocaleString()}`,
 | 
			
		||||
            html`
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user