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 01:07:27 UTC

git commit: updated refs/heads/master to 28a4bfc

Updated Branches:
  refs/heads/master 9ea949e80 -> 28a4bfc55


CLOUDSTACK-5412: UI > Add Secondary Storage > NFS Server field > change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected.


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

Branch: refs/heads/master
Commit: 28a4bfc5596e5d542296272b2bb7d2d59dda4de7
Parents: 9ea949e
Author: Jessica Wang <je...@apache.org>
Authored: Tue Dec 10 16:06:16 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Tue Dec 10 16:07:15 2013 -0800

----------------------------------------------------------------------
 ui/scripts/system.js     | 2 +-
 ui/scripts/zoneWizard.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/28a4bfc5/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 4a59b18..9f14a918 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -16461,7 +16461,7 @@
                                                 }
                                             },
                                             nfsServer: {
-                                                label: 'label.nfs.server',
+                                                label: 'label.server', //change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected.
                                                 docID: 'helpSecondaryStorageNFSServer',
                                                 validation: {
                                                     required: true

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/28a4bfc5/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index ec9431d..15fb6a7 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -2056,7 +2056,7 @@
                     
                     //NFS, SMB (begin)
                     nfsServer: {
-                        label: 'label.nfs.server',
+                        label: 'label.server', //change label from "NFS Server" to "Server" since this field is also shown when provider "SMB/CIFS" is elected.
                         validation: {
                             required: true
                         },