swap from File available | valid to File valid | available
This commit is contained in:
parent
55ce77ae35
commit
13957fa84d
@ -3,7 +3,7 @@
|
|||||||
<div style="font-weight: bolder; font-size: 20px">
|
<div style="font-weight: bolder; font-size: 20px">
|
||||||
<span style="width: 22.5em; display: inline-block; margin-left: 1.15em">Name</span>
|
<span style="width: 22.5em; display: inline-block; margin-left: 1.15em">Name</span>
|
||||||
<span style="width: 22.5em; display: inline-block">Date</span>
|
<span style="width: 22.5em; display: inline-block">Date</span>
|
||||||
<span style="width: 22.5em; display: inline-block">File valid | available</span>
|
<span style="width: 22.5em; display: inline-block">File available | valid</span>
|
||||||
</div>
|
</div>
|
||||||
<mat-expansion-panel
|
<mat-expansion-panel
|
||||||
*ngFor="let image of filterOnlyNewestImageVersion() | slice:paginationGetStart():paginationGetEnd(); let i = index"
|
*ngFor="let image of filterOnlyNewestImageVersion() | slice:paginationGetStart():paginationGetEnd(); let i = index"
|
||||||
@ -17,12 +17,12 @@
|
|||||||
>{{image.name}}</h4>
|
>{{image.name}}</h4>
|
||||||
<h4 style="width: 25em"
|
<h4 style="width: 25em"
|
||||||
>{{image.datetime}}</h4>
|
>{{image.datetime}}</h4>
|
||||||
<h4 style="width: 25em; margin-left: 4em;" *ngIf="image.valid !== undefined || image.available !== undefined;
|
<h4 style="width: 25em; margin-left: 6em;" *ngIf="image.available !== undefined || image.valid !== undefined;
|
||||||
else loadingValidity">
|
else loadingValidity">
|
||||||
{{image.valid ? '✓' : 'X' }} | {{image.available ? '✓' : 'X' }}
|
{{image.available ? '✓' : 'X' }} | {{image.valid ? '✓' : 'X' }}
|
||||||
</h4>
|
</h4>
|
||||||
<ng-template #loadingValidity>
|
<ng-template #loadingValidity>
|
||||||
<h4 style="width: 25em; margin-left: 5em;">...</h4>
|
<h4 style="width: 25em; margin-left: 7em;">...</h4>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<span style="float: right; margin-left: auto; margin-right: 1em;">
|
<span style="float: right; margin-left: auto; margin-right: 1em;">
|
||||||
<button mat-raised-button color="warn"
|
<button mat-raised-button color="warn"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user