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 b59e6717
authored
Feb 25, 2019
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix public folder listing switch label position
1 parent
ca5a757f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
frontend/css/style.css
frontend/index.html
frontend/css/style.css
View file @
b59e671
...
...
@@ -78,6 +78,10 @@ a:hover, a:focus {
padding
:
7px
;
}
.el-switch__label
{
height
:
auto
;
}
/* welcome and 404 page */
.container-center
{
display
:
flex
;
...
...
frontend/index.html
View file @
b59e671
...
...
@@ -61,8 +61,7 @@
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
disabled
>
Public Folder Listing
</el-dropdown-item>
<el-dropdown-item
command=
"folderListing"
>
<el-switch
v-model=
"folderListingEnabled"
active-text=
"Enabled"
inactive-text=
"Disabled"
>
</el-switch>
<el-switch
v-model=
"folderListingEnabled"
active-text=
"Enabled"
inactive-text=
"Disabled"
></el-switch>
</el-dropdown-item>
<el-dropdown-item
disabled
divided
>
WebDAV Endpoint
</el-dropdown-item>
<el-dropdown-item><a
href=
"/_webdav/"
target=
"_blank"
>
{{ origin }}/_webdav/
</a></el-dropdown-item>
...
...
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