aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/index.html b/frontend/index.html
index 8cea7b9..76b10e1 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -62,8 +62,10 @@
62 <el-dropdown-item disabled>Public Folder Listing</el-dropdown-item> 62 <el-dropdown-item disabled>Public Folder Listing</el-dropdown-item>
63 <el-dropdown-item command="folderListing"> 63 <el-dropdown-item command="folderListing">
64 <el-switch v-model="folderListingEnabled" active-text="Enabled" inactive-text="Disabled"> 64 <el-switch v-model="folderListingEnabled" active-text="Enabled" inactive-text="Disabled">
65 </el-switch> 65 </el-switch>
66 </el-dropdown-item> 66 </el-dropdown-item>
67 <el-dropdown-item disabled divided>WebDAV Endpoint</el-dropdown-item>
68 <el-dropdown-item><a href="/_webdav/" target="_blank">{{ origin }}/_webdav/</a></el-dropdown-item>
67 <el-dropdown-item command="about" divided><i class="el-icon-info"></i> About</el-dropdown-item> 69 <el-dropdown-item command="about" divided><i class="el-icon-info"></i> About</el-dropdown-item>
68 <el-dropdown-item command="logout" id="logoutButton"><i class="el-icon-circle-close"></i> Logout</el-dropdown-item> 70 <el-dropdown-item command="logout" id="logoutButton"><i class="el-icon-circle-close"></i> Logout</el-dropdown-item>
69 </el-dropdown-menu> 71 </el-dropdown-menu>