|
|
@ -13,7 +13,7 @@ import { SelectionModel } from "@angular/cdk/collections";
|
|
|
|
export class UserManagementComponent implements OnInit {
|
|
|
|
export class UserManagementComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
|
|
public displayedColumns: string[] = ['select', 'username', 'alias', 'email', 'roles', 'remainingRequests',
|
|
|
|
public displayedColumns: string[] = ['select', 'username', 'alias', 'email', 'roles', 'remainingRequests',
|
|
|
|
'nextRequestDue', 'lastLoggedIn', 'userType', 'actions', 'welcome'];
|
|
|
|
'nextRequestDue', 'lastLoggedIn', 'userType', 'actions'];
|
|
|
|
public dataSource: MatTableDataSource<IUser>;
|
|
|
|
public dataSource: MatTableDataSource<IUser>;
|
|
|
|
|
|
|
|
|
|
|
|
public selection = new SelectionModel<IUser>(true, []);
|
|
|
|
public selection = new SelectionModel<IUser>(true, []);
|
|
|
|