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/10 01:53:14 UTC

git commit: updated refs/heads/master to fe83dd6

Updated Branches:
  refs/heads/master be67f5d17 -> fe83dd621


CLOUDSTACK-5412: UI > Add Secondary Storage > provider dropdown > change option "SMB/cifs" to "SMB/CIFS".


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

Branch: refs/heads/master
Commit: fe83dd621b9fff87e2191e9567e57acba6e8b01f
Parents: be67f5d
Author: Jessica Wang <je...@apache.org>
Authored: Mon Dec 9 16:50:20 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Mon Dec 9 16:53:02 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fe83dd62/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 3444fa9..7ccdfb0 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -14787,7 +14787,7 @@
                                                 var items = [];
                                                 items.push({
                                                     id: "SMB",
-                                                    description: "SMB/cifs"
+                                                    description: "SMB/CIFS"
                                                 });
                                                 args.response.success({
                                                     data: items
@@ -16255,7 +16255,7 @@
                                                 	    description: 'NFS'
                                                 	}, {
                                                 	    id: 'SMB',
-                                                	    description: 'SMB/cifs'
+                                                	    description: 'SMB/CIFS'
                                                 	}, {
                                                 	    id: 'S3',
                                                 	    description: 'S3'

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fe83dd62/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 6c1c814..ec9431d 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -1523,7 +1523,7 @@
                             	var items = []; 
                             	items.push({
                                     id: "SMB",
-                                    description: "SMB/cifs"
+                                    description: "SMB/CIFS"
                                 });
                             	args.response.success({
                                     data: items
@@ -1845,7 +1845,7 @@
                                     	(2) Provider "SMB" which is handled by UI is not returned from "listStorageProviders&type=image" 
                                     	*/
                         				storageproviders.push({ id: 'NFS', description: 'NFS'});
-                        				storageproviders.push({ id: 'SMB', description: 'SMB/cifs'});
+                        				storageproviders.push({ id: 'SMB', description: 'SMB/CIFS'});
                         				storageproviders.push({ id: 'S3', description: 'S3'});
                         				storageproviders.push({ id: 'Swift', description: 'Swift'});                        				
                         			}