parent
d461d2639f
commit
587ef85c7f
3 changed files with 12 additions and 1 deletions
|
@ -89,6 +89,7 @@ angular.module("core-config-setup", ['angularFileUpload'])
|
|||
],
|
||||
|
||||
'SwiftStorage': [
|
||||
{'name': 'auth_version', 'title': 'Swift Version', 'kind': 'option', 'values': [1, 2]},
|
||||
{'name': 'auth_url', 'title': 'Swift Auth URL', 'placeholder': '', 'kind': 'text'},
|
||||
{'name': 'swift_container', 'title': 'Swift Container Name', 'placeholder': 'mycontainer', 'kind': 'text'},
|
||||
{'name': 'storage_path', 'title': 'Storage Path', 'placeholder': '/path/inside/container', 'kind': 'text'},
|
||||
|
|
Reference in a new issue