Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
2883437a
Commit
2883437a
authored
Oct 06, 2019
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: hide item upload button (#1058)
parent
5438aad6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
editor-modal-media.vue
client/components/editor/editor-modal-media.vue
+5
-1
No files found.
client/components/editor/editor-modal-media.vue
View file @
2883437a
...
...
@@ -132,7 +132,7 @@
v
-
icon
.
mr
-
3
(:
color
=
'$vuetify.theme.dark ? `white` : `teal`'
)
mdi
-
cloud
-
upload
.
body
-
2
(:
class
=
'$vuetify.theme.dark ? `white--text` : `teal--text`'
)
{{
$t
(
'editor:assets.uploadAssets'
)
}}
v
-
btn
.
my
-
0
.
ml
-
3
.
mr
-
0
.
radius
-
7
(
outlined
,
large
,
color
=
'teal'
,
@
click
=
'browse'
,
v
-
if
=
'$vuetify.breakpoint.mdAndUp'
)
v
-
icon
(
left
)
mdi
-
library
-
plus
v
-
icon
(
left
)
mdi
-
plus
-
box
-
multiple
span
(:
class
=
'$vuetify.theme.dark ? `teal--text text--lighten-3` : ``'
)
{{
$t
(
'common:actions.browse'
)
}}
file
-
pond
.
mt
-
3
(
name
=
'mediaUpload'
...
...
@@ -590,6 +590,10 @@ export default {
}
}
.
filepond
--
file
-
action
-
button
.
filepond
--
action
-
process
-
item
{
display
:
none
;
}
.
v
-
btn
--
icon
{
padding
:
0
20
px
;
}
...
...
Write
Preview
Markdown
is supported
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