web: better label table actions

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-08-05 10:40:44 +02:00
parent 919946609d
commit ddd5047cc3
29 changed files with 76 additions and 61 deletions

View File

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