visual improvements;
This commit is contained in:
parent
63f7d733dc
commit
88e9638e66
@ -1,16 +1,20 @@
|
|||||||
<h2>Available Images</h2>
|
<h2>Available Images</h2>
|
||||||
|
|
||||||
<div style="font-weight: bolder; font-size: 20px">
|
<div style="font-weight: bolder; font-size: 20px">
|
||||||
<span style="width: 7.6em; display: inline-block; margin-left: 1em">Name</span>
|
<span style="width: 22.5em; display: inline-block; margin-left: 1.15em">Name</span>
|
||||||
<span style="width: 15em; 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</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<mat-expansion-panel *ngFor="let image of images | slice:paginationGetStart():paginationGetEnd(); let i = index">
|
<mat-expansion-panel *ngFor="let image of images | slice:paginationGetStart():paginationGetEnd(); let i = index">
|
||||||
<mat-expansion-panel-header (click)="$event.stopPropagation()">
|
<mat-expansion-panel-header (click)="$event.stopPropagation()">
|
||||||
<span style="width: 10em"
|
<span style="width: 30em"
|
||||||
>{{image.name}}</span>
|
>{{image.name}}</span>
|
||||||
<span style="width: 15em"
|
<span style="width: 30em"
|
||||||
>{{image.datetime}}</span>
|
>{{image.datetime}}</span>
|
||||||
|
<span style="width: 30em">
|
||||||
|
✓ | X (TO BE DONE)
|
||||||
|
</span>
|
||||||
</mat-expansion-panel-header>
|
</mat-expansion-panel-header>
|
||||||
|
|
||||||
<div style="width: 20em; height: 20em; border: solid; margin-bottom: 1em">
|
<div style="width: 20em; height: 20em; border: solid; margin-bottom: 1em">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user