Compare commits

..

1 Commits

Author SHA1 Message Date
Gerke Kok - INDI
cc4359fa99 Hide column headers when !uploader.options.isHTML5 2018-11-21 16:11:28 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -52,8 +52,8 @@
<thead>
<tr>
<th width="50%">Name</th>
<th>Size</th>
<th>Progress</th>
<th *ngIf="uploader.options.isHTML5">Size</th>
<th *ngIf="uploader.options.isHTML5">Progress</th>
<th>Status</th>
<th>Actions</th>
</tr>

View File

@@ -100,7 +100,6 @@ export class FileType {
'tiff': 'image',
'cr2': 'image',
'dwg': 'image',
'dwf': 'image',
'cdr': 'image',
'ai': 'image',
'indd': 'image',