aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 9849a69..974dece 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -84,7 +84,7 @@
84 <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"> 84 <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">
85 <el-table-column prop="previewUrl" label="Type" width="100px" sortable> 85 <el-table-column prop="previewUrl" label="Type" width="100px" sortable>
86 <template slot-scope="scope"> 86 <template slot-scope="scope">
87 <img v-bind:src="scope.row.previewUrl" height="48px" width="48px"/> 87 <img v-bind:src="scope.row.previewUrl" height="48px" width="48px" style="object-fit: cover;"/>
88 </template> 88 </template>
89 </el-table-column> 89 </el-table-column>
90 <el-table-column prop="filePath" label="Name" sortable> 90 <el-table-column prop="filePath" label="Name" sortable>