aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2020-03-03 17:59:17 +0100
committerJohannes Zellner <johannes@cloudron.io>2020-03-03 17:59:17 +0100
commit2d28c88dd7a6765a6d2ed54758bbb4c3da999331 (patch)
tree32e7b6f58bc1bdd54aa9b5be6fe8cfb0649bc34c /frontend/index.html
parent313dfe99cf8f763b36f333c5072e2430a6b7941f (diff)
downloadSurfer-2d28c88dd7a6765a6d2ed54758bbb4c3da999331.tar.gz
Surfer-2d28c88dd7a6765a6d2ed54758bbb4c3da999331.tar.zst
Surfer-2d28c88dd7a6765a6d2ed54758bbb4c3da999331.zip
Carry over public.html fixes to index.html
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 1905894..3a2f7f7 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -96,8 +96,8 @@
96 96
97 <div v-show="!busy && session.valid" v-cloak> 97 <div v-show="!busy && session.valid" v-cloak>
98 <center> 98 <center>
99 <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"> 99 <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">
100 <el-table-column prop="previewUrl" label="Type" width="100px" sortable> 100 <el-table-column prop="previewUrl" label="Type" width="80px" sortable>
101 <template slot-scope="scope"> 101 <template slot-scope="scope">
102 <el-image v-bind:src="scope.row.previewUrl" class="list-icon" style="width: 32px; height: 32px" fit="cover"></el-image> 102 <el-image v-bind:src="scope.row.previewUrl" class="list-icon" style="width: 32px; height: 32px" fit="cover"></el-image>
103 </template> 103 </template>