You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/07/22 20:20:42 UTC

git commit: updated refs/heads/4.2 to 3f405be

Updated Branches:
  refs/heads/4.2 f328c7b1a -> 3f405be8e


CLOUDSTACK-2162: Fix missing provider field on secondary storage step


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3f405be8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3f405be8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3f405be8

Branch: refs/heads/4.2
Commit: 3f405be8e0a1b0253af40a452b68899f27bb26f9
Parents: f328c7b
Author: Brian Federle <br...@citrix.com>
Authored: Mon Jul 22 11:19:13 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Jul 22 11:20:37 2013 -0700

----------------------------------------------------------------------
 ui/scripts/ui-custom/installWizard.js | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3f405be8/ui/scripts/ui-custom/installWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/installWizard.js b/ui/scripts/ui-custom/installWizard.js
index 99db57e..f7ed074 100644
--- a/ui/scripts/ui-custom/installWizard.js
+++ b/ui/scripts/ui-custom/installWizard.js
@@ -763,6 +763,16 @@
                             required: true
                         }
                     },
+                    provider: {
+                        label: 'label.provider',
+                        select: function(args) {
+                            args.response.success({
+                                data: [
+                                    { id: 'NFS', description: 'NFS' }
+                                ]
+                            });
+                        }
+                    },
                     path: {
                         label: 'label.path',
                         validation: {