We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af9868 commit 77856d9Copy full SHA for 77856d9
ui/src/views/extension/CreateExtension.vue
@@ -138,7 +138,7 @@ export default {
138
return value.replace(/[^a-zA-Z0-9._-]/g, '').toLowerCase()
139
},
140
extenstionBasePath () {
141
- return '/var/lib/cloudstack/management/extensions/' + this.safeName + '/'
+ return (this.$store.getters.features.extensionspath || '[EXTENSIONS_PATH]') + '/' + this.safeName + '/'
142
}
143
144
methods: {
0 commit comments