aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/js
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/js
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/js')
-rw-r--r--frontend/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/js/app.js b/frontend/js/app.js
index 22d203b..9a6251b 100644
--- a/frontend/js/app.js
+++ b/frontend/js/app.js
@@ -259,6 +259,7 @@ var app = new Vue({
259 data: { 259 data: {
260 ready: false, 260 ready: false,
261 busy: false, 261 busy: false,
262 origin: window.location.origin,
262 uploadStatus: { 263 uploadStatus: {
263 busy: false, 264 busy: false,
264 count: 0, 265 count: 0,