-
\ No newline at end of file
+
diff --git a/app/static/provider-setup.vue b/app/static/provider-setup.vue
index 31ac68d..22f6856 100644
--- a/app/static/provider-setup.vue
+++ b/app/static/provider-setup.vue
@@ -1,6 +1,7 @@
+
{{ provider.name }} SetupSelect cloud provider
@@ -13,7 +14,7 @@
class="nav-link"
href="#prodiver_id"
v-bind:class="{ active: item.alias === (provider && provider.alias) }"
- @click="set_provider(item)"
+ v-on:click="set_provider(item)"
>{{item.name}}
@@ -60,4 +61,11 @@ module.exports = {
'digitalocean': window.httpVueLoader('/static/provider-do.vue')
}
};
-
\ No newline at end of file
+
+
diff --git a/app/static/vpn-setup.vue b/app/static/vpn-setup.vue
index 75a4143..70c3d37 100644
--- a/app/static/vpn-setup.vue
+++ b/app/static/vpn-setup.vue
@@ -96,7 +96,7 @@
Each user will have their own account for SSH tunneling
-
+
@@ -108,4 +108,4 @@ module.exports = {
extra_args: Object
}
}
-
\ No newline at end of file
+