Skip to content

Commit fe83dd6

Browse files
author
Jessica Wang
committed
CLOUDSTACK-5412: UI > Add Secondary Storage > provider dropdown > change option "SMB/cifs" to "SMB/CIFS".
1 parent be67f5d commit fe83dd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ui/scripts/system.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14787,7 +14787,7 @@
1478714787
var items = [];
1478814788
items.push({
1478914789
id: "SMB",
14790-
description: "SMB/cifs"
14790+
description: "SMB/CIFS"
1479114791
});
1479214792
args.response.success({
1479314793
data: items
@@ -16255,7 +16255,7 @@
1625516255
description: 'NFS'
1625616256
}, {
1625716257
id: 'SMB',
16258-
description: 'SMB/cifs'
16258+
description: 'SMB/CIFS'
1625916259
}, {
1626016260
id: 'S3',
1626116261
description: 'S3'

ui/scripts/zoneWizard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@
15231523
var items = [];
15241524
items.push({
15251525
id: "SMB",
1526-
description: "SMB/cifs"
1526+
description: "SMB/CIFS"
15271527
});
15281528
args.response.success({
15291529
data: items
@@ -1845,7 +1845,7 @@
18451845
(2) Provider "SMB" which is handled by UI is not returned from "listStorageProviders&type=image"
18461846
*/
18471847
storageproviders.push({ id: 'NFS', description: 'NFS'});
1848-
storageproviders.push({ id: 'SMB', description: 'SMB/cifs'});
1848+
storageproviders.push({ id: 'SMB', description: 'SMB/CIFS'});
18491849
storageproviders.push({ id: 'S3', description: 'S3'});
18501850
storageproviders.push({ id: 'Swift', description: 'Swift'});
18511851
}

0 commit comments

Comments
 (0)