diff options
Diffstat (limited to 'app/index.html')
-rw-r--r-- | app/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html index 4557fcb..f6c91c9 100644 --- a/app/index.html +++ b/app/index.html | |||
@@ -138,8 +138,7 @@ | |||
138 | </tr> | 138 | </tr> |
139 | <tr v-for="entry in entries" v-on:click="open(entry)" class="hand"> | 139 | <tr v-for="entry in entries" v-on:click="open(entry)" class="hand"> |
140 | <th> | 140 | <th> |
141 | <i class="fa fa-folder-o" v-show="entry.isDirectory"></i> | 141 | <img v-bind:src="entry.previewUrl" height="48px" width="48px"/> |
142 | <i class="fa fa-file-o" v-show="entry.isFile"></i> | ||
143 | </th> | 142 | </th> |
144 | <th>{{ entry.filePath }}</th> | 143 | <th>{{ entry.filePath }}</th> |
145 | <th>{{ entry.size }}</th> | 144 | <th>{{ entry.size }}</th> |