Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
54ece8a7
Commit
54ece8a7
authored
Aug 10, 2017
by
Benjamin Fischer
Browse files
FileManager: fixed excessive ellipsis on certain file names (detail view)
parent
f1c666e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file2/static/html/vue/detailItem.html
View file @
54ece8a7
...
...
@@ -25,7 +25,7 @@
:active.sync=
"renameing"
:selection-range-end=
"data.root.length"
@
renamed=
"renameFinish"
><div
class=
"floater"
>
{{data.root}}{{data.ext}}
<div
class=
"flex"
><div
class=
"root"
><div>
{{data.root}}
</div></div><div
class=
"ext"
>
{{data.ext}}
</div></div></div>
><div
class=
"floater"
>
{{data.root}}
​
{{data.ext}}
<div
class=
"flex"
><div
class=
"root"
><div>
{{data.root}}
</div></div><div
class=
"ext"
>
{{data.ext}}
</div></div></div>
</renamer>
<div
class=
"actions"
>
<a
@
click=
"action('rename', {event: $event})"
><i
class=
"fa fa-pencil"
></i><span>
Rename
</span></a>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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