diff --git a/frontend/src/app/features/routers/router-detail-page.component.html b/frontend/src/app/features/routers/router-detail-page.component.html index d0dcd40..664c8b0 100644 --- a/frontend/src/app/features/routers/router-detail-page.component.html +++ b/frontend/src/app/features/routers/router-detail-page.component.html @@ -150,18 +150,23 @@
- + {{ 'files.fileColumn' | translate }}{{ 'files.createdColumn' | translate }}{{ 'common.actions' | translate }} + {{ 'files.fileColumn' | translate }}
{{ item.file_name }}
{{ 'files.exportType' | translate }} - {{ item.created_at }} + {{ 'files.createdColumn' | translate }} + {{ item.created_at }} + + + {{ 'common.actions' | translate }}
@@ -178,18 +183,23 @@
- + {{ 'files.fileColumn' | translate }}{{ 'files.createdColumn' | translate }}{{ 'common.actions' | translate }} + {{ 'files.fileColumn' | translate }}
{{ item.file_name }}
{{ 'files.binaryType' | translate }} - {{ item.created_at }} + {{ 'files.createdColumn' | translate }} + {{ item.created_at }} + + + {{ 'common.actions' | translate }}
@@ -311,4 +321,4 @@
- + \ No newline at end of file