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:52:28 UTC

git commit: updated refs/heads/4.3 to b72285f

Updated Branches:
  refs/heads/4.3 409cbd4c7 -> b72285f3e


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

Branch: refs/heads/4.3
Commit: b72285f3ea6c2c8200bafb77b42b7389520d57aa
Parents: 409cbd4
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:50:20 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/b72285f3/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 315df5e..ba80910 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -14228,7 +14228,7 @@
                                                 var items = [];
                                                 items.push({
                                                     id: "SMB",
-                                                    description: "SMB/cifs"
+                                                    description: "SMB/CIFS"
                                                 });
                                                 args.response.success({
                                                     data: items
@@ -15696,7 +15696,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/b72285f3/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 5437fe4..7d8d26e 100755
--- a/ui/scripts/zoneWizard.js
+++ b/ui/scripts/zoneWizard.js
@@ -1522,7 +1522,7 @@
                             	var items = []; 
                             	items.push({
                                     id: "SMB",
-                                    description: "SMB/cifs"
+                                    description: "SMB/CIFS"
                                 });
                             	args.response.success({
                                     data: items
@@ -1844,7 +1844,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'});                        				
                         			}