feat(console): delete user (#819)

* add action col to user table, i18n

* delete user from detail component

* lint
This commit is contained in:
Max Peintner
2020-10-07 17:15:02 +02:00
committed by GitHub
parent 56d5704749
commit 5f0cddac37
12 changed files with 141 additions and 25 deletions

View File

@@ -49,7 +49,6 @@ export class IamViewsComponent implements AfterViewInit {
}
public cancelView(viewname: string, db: string): void {
const dialogRef = this.dialog.open(WarnDialogComponent, {
data: {
confirmKey: 'ACTIONS.CLEAR',