File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1625516255 description: 'NFS'
1625616256 }, {
1625716257 id: 'SMB',
16258- description: 'SMB/cifs '
16258+ description: 'SMB/CIFS '
1625916259 }, {
1626016260 id: 'S3',
1626116261 description: 'S3'
Original file line number Diff line number Diff line change 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
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 }
You can’t perform that action at this time.
0 commit comments