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:38:41 UTC

git commit: updated refs/heads/master to 9ea949e

Updated Branches:
  refs/heads/master a9258ae80 -> 9ea949e80


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/9ea949e8
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9ea949e8
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9ea949e8

Branch: refs/heads/master
Commit: 9ea949e80c13e7c6cc53196aa021a74855e143e8
Parents: a9258ae
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:38:32 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9ea949e8/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index f804312..4a59b18 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -16374,7 +16374,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');