Initial commit
This commit is contained in:
13
frontend/src/upload/file-info/file-info.component.html
Normal file
13
frontend/src/upload/file-info/file-info.component.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<mat-card class="info-card" appearance="outlined">
|
||||
<mat-card-header>
|
||||
<mat-card-title>
|
||||
{{ file().name || '-'}}
|
||||
</mat-card-title>
|
||||
</mat-card-header>
|
||||
<mat-card-footer class="footer">
|
||||
<mat-chip-set>
|
||||
<mat-chip>{{ file().size | tcReadableBytes }}</mat-chip>
|
||||
<mat-chip>{{ file().type || 'unknown/unknown'}}</mat-chip>
|
||||
</mat-chip-set>
|
||||
</mat-card-footer>
|
||||
</mat-card>
|
||||
Reference in New Issue
Block a user