Compare commits

..

1 Commits

Author SHA1 Message Date
Linden van der
3e8c18a738 Update simple demo
Also hide table headers with isHTML5 option.
2018-03-21 16:04:36 +01:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

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