Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
fedb2ff0
Commit
fedb2ff0
authored
Oct 26, 2017
by
Benjamin Fischer
Browse files
File2: clarified presentation of file upload progress indicator in sidebar
parent
1c8ca862
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file2/static/html/view/upload.html
View file @
fedb2ff0
<div>
<h3><i
class=
"fa fa-upload"
></i>
File
Upload
</h4>
<h3><i
class=
"fa fa-upload"
></i>
Upload
Progress
</h4>
<item
v-for=
"(i, j) in jobs"
:job=
"j"
></item>
</div>
vispa/extensions/file2/static/html/vue/uploaditem.html
View file @
fedb2ff0
<div
class=
"item"
:title=
"title"
>
<h4
v-show=
"count === 0"
><i>
No file selected
</i></h4>
<h4
v-show=
"count === 1"
>
{{names[0]}}
</h4>
<h4
v-show=
"count > 1"
><i>
{{count}} files
</i></h4>
<div
class=
"probar"
v-show=
"total"
>
...
...
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