aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/index.html
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@cloudron.io>2019-02-25 15:27:54 +0100
committerJohannes Zellner <johannes@cloudron.io>2019-02-25 15:27:54 +0100
commitca5a757fab6de89ff0ee49983797e136c2b2a747 (patch)
treebf0de9eea7ca4dc931dae92c73d2e9692449ea50 /frontend/index.html
parentf5f2a6996c81b972a4337b64f2aa84ad486b508f (diff)
downloadSurfer-ca5a757fab6de89ff0ee49983797e136c2b2a747.tar.gz
Surfer-ca5a757fab6de89ff0ee49983797e136c2b2a747.tar.zst
Surfer-ca5a757fab6de89ff0ee49983797e136c2b2a747.zip
Show webdav endpoint in settings and welcome page
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>