diff --git a/src/app/components/results-menu/scene-files/scene-file/scene-file.component.html b/src/app/components/results-menu/scene-files/scene-file/scene-file.component.html index 21b8b2867..0864bb883 100644 --- a/src/app/components/results-menu/scene-files/scene-file/scene-file.component.html +++ b/src/app/components/results-menu/scene-files/scene-file/scene-file.component.html @@ -1,40 +1,4 @@ - @if (false) { - - @if (!isUnzipLoading && !isOpen) { - - keyboard_arrow_right - - } - @if (isOpen) { - - keyboard_arrow_down - - } - @if (isUnzipLoading) { -
- -
- } -
- } - @@ -88,7 +52,6 @@ prompt="{{ 'COPY_FILE_ID' | translate }}" > - - @if (product.metadata.job.name) { -
- {{ 'PROJECT_NAME' | translate }}: + - } + } @else { +  {{ + 'PROJECT_NAME_UNNAMED' | translate + }} + } + +
{{ 'JOB_SUBMITTED' | translate }}: @@ -185,8 +152,8 @@ } - @for (param of paramsList; track param) { -
+ @for (param of paramsList; track param; let first = $first) { +
{{ param.name }}: {{ param.val }}
} @@ -215,12 +182,13 @@ } @if ((searchType$ | async) === searchTypes.CUSTOM_PRODUCTS) { - + @if (isExpired(product.metadata.job)) {