diff options
Diffstat (limited to 'frontend/index.html')
-rw-r--r-- | frontend/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html index 2e8ce2f..dd4c635 100644 --- a/frontend/index.html +++ b/frontend/index.html | |||
@@ -102,7 +102,7 @@ | |||
102 | <el-table :data="entries" style="max-width: 1280px;width: 100%" height="100%" empty-text="Folder is emtpy" :default-sort="{ prop: 'filePath', order: 'descending' }" @row-click="open"> | 102 | <el-table :data="entries" style="max-width: 1280px;width: 100%" height="100%" empty-text="Folder is emtpy" :default-sort="{ prop: 'filePath', order: 'descending' }" @row-click="open"> |
103 | <el-table-column prop="previewUrl" label="Type" width="100px" sortable> | 103 | <el-table-column prop="previewUrl" label="Type" width="100px" sortable> |
104 | <template slot-scope="scope"> | 104 | <template slot-scope="scope"> |
105 | <img v-bind:src="scope.row.previewUrl" height="48px" width="48px" style="object-fit: cover;"/> | 105 | <img v-bind:src="scope.row.previewUrl" height="32px" width="32px" style="object-fit: cover;"/> |
106 | </template> | 106 | </template> |
107 | </el-table-column> | 107 | </el-table-column> |
108 | <el-table-column prop="filePath" label="Name" sortable> | 108 | <el-table-column prop="filePath" label="Name" sortable> |