From 7cfa0f17a57c3144e7bc14e0a0d2d1ad8ba84064 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Wed, 1 Jul 2020 19:00:21 +0200 Subject: [PATCH] add support for authorized downloads --- src/app/process-page/detail/process-detail.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/process-page/detail/process-detail.component.html b/src/app/process-page/detail/process-detail.component.html index eb6d0a6674..9cb1f1e6af 100644 --- a/src/app/process-page/detail/process-detail.component.html +++ b/src/app/process-page/detail/process-detail.component.html @@ -15,10 +15,10 @@
-
- {{getFileName(file)}} - ({{file?.sizeBytes | dsFileSize}}) -
+ + {{getFileName(file)}} + ({{(file?.sizeBytes) | dsFileSize }}) +