You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/12/11 00:37:58 UTC

git commit: updated refs/heads/4.3 to df24b2b

Updated Branches:
  refs/heads/4.3 c80b45c9e -> df24b2be0


CLOUDSTACK-5341: UI > Infrastructure > secondary storage > add secondary storage > Create NFS Secondary Staging Store checkbox > make this checkbox not disabled any more because NFS staging (of a zone) might already exist (from "NFS secondary storage => Prepare Object Store Migration => NFS staging")


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

Branch: refs/heads/4.3
Commit: df24b2be00dfe2ce935a2136c2db9ac4c0c3cb5e
Parents: c80b45c
Author: Jessica Wang <je...@apache.org>
Authored: Tue Dec 10 15:37:39 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Tue Dec 10 15:37:39 2013 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/df24b2be/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index b1351bf..6802d98 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -15815,7 +15815,7 @@
                                                             $form.find('.form-item[rel=sockettimeout]').css('display', 'inline-block');
 
                                                             $form.find('.form-item[rel=createNfsCache]').find('input').attr('checked', 'checked');
-                                                            $form.find('.form-item[rel=createNfsCache]').find('input').attr('disabled', 'disabled');  //Create NFS staging is required for S3 at this moment. So, disallow user to uncheck "Create NFS Secondary Staging" checkbox
+                                                            //$form.find('.form-item[rel=createNfsCache]').find('input').attr('disabled', 'disabled');  //This checkbox should not be disabled any more because NFS staging (of a zone) might already exist (from "NFS secondary storage => Prepare Object Store Migration => NFS staging")
                                                             $form.find('.form-item[rel=createNfsCache]').css('display', 'inline-block');
                                                             $form.find('.form-item[rel=nfsCacheZoneid]').css('display', 'inline-block');
                                                             $form.find('.form-item[rel=nfsCacheNfsServer]').css('display', 'inline-block');