web/admin: fix error when viewing ldap provider

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-05-05 21:57:13 +02:00
parent 6b7a32548d
commit 225099b1a1
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export class ProviderListPage extends TablePage<Provider> {
return [
new TableColumn(t`Name`, "name"),
new TableColumn(t`Application`),
new TableColumn(t`Type`, "type"),
new TableColumn(t`Type`),
new TableColumn(""),
];
}