Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c0c93a74
authored
Aug 06, 2019
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not stretch image previews
1 parent
34adfa85
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
frontend/index.html
frontend/index.html
View file @
c0c93a7
...
...
@@ -84,7 +84,7 @@
<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"
>
<el-table-column
prop=
"previewUrl"
label=
"Type"
width=
"100px"
sortable
>
<template
slot-scope=
"scope"
>
<img
v-bind:src=
"scope.row.previewUrl"
height=
"48px"
width=
"48px"
/>
<img
v-bind:src=
"scope.row.previewUrl"
height=
"48px"
width=
"48px"
style=
"object-fit: cover;"
/>
</template>
</el-table-column>
<el-table-column
prop=
"filePath"
label=
"Name"
sortable
>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment