Allow users to choose the version of Swift to use

Fixes #442
This commit is contained in:
Joseph Schorr 2015-09-02 17:37:46 -04:00
parent d461d2639f
commit 587ef85c7f
3 changed files with 12 additions and 1 deletions

View file

@ -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'},