WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
S3_Browsing
Commits
f3753877
Commit
f3753877
authored
Nov 25, 2020
by
Dominik Haas
Browse files
padding adjustment; and loading is shown on card
parent
ec313941
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/FileListCard.vue
View file @
f3753877
<
template
>
<v-card
>
<v-card
:loading=
"loading"
>
<v-card-title
primary-title
>
<v-row
no-gutters
>
...
...
@@ -16,7 +16,7 @@
</v-row>
</v-card-title>
<v-card-text
>
<v-card-text
v-show=
"selectedFiles.length > 0"
>
<v-row
v-for=
"(file, index) in selectedFilesPreview"
:key=
"`$
{file.key}_${index}`"
no-gutters >
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
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 comment