Updated Branches: refs/heads/4.3 df24b2be0 -> 8533c1670
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/8533c167 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8533c167 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8533c167 Branch: refs/heads/4.3 Commit: 8533c1670cc292ef42f6f57546eba6f51094c779 Parents: df24b2b Author: Jessica Wang <[email protected]> Authored: Tue Dec 10 16:06:16 2013 -0800 Committer: Jessica Wang <[email protected]> Committed: Tue Dec 10 16:06:16 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/8533c167/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 6802d98..b3fc298 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -15902,7 +15902,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/8533c167/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 7d8d26e..e2f0d8f 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -2055,7 +2055,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 },
