@@ -241,9 +241,9 @@ export function getUpdateDataLocalityModalProps(volume, visible, defaultDataLoca
241
241
242
242
export function getUnmapMarkSnapChainRemovedModalProps ( volume , visible , dispatch ) {
243
243
let option = [
244
- { key : 'Enabled ' , value : 'enabled' } ,
245
- { key : 'Disabled ' , value : 'disabled' } ,
246
- { key : 'Ignored (Follow the global setting)' , value : 'ignored' } ,
244
+ { key : 'enabled ' , value : 'enabled' } ,
245
+ { key : 'disabled ' , value : 'disabled' } ,
246
+ { key : 'ignored (follow the global setting)' , value : 'ignored' } ,
247
247
]
248
248
249
249
return {
@@ -305,9 +305,9 @@ export function getUpdateSnapshotDataIntegrityProps(volume, visible, defaultSnap
305
305
306
306
export function getBulkUnmapMarkSnapChainRemovedModalProps ( volumes , visible , dispatch ) {
307
307
let option = [
308
- { key : 'Enabled ' , value : 'enabled' } ,
309
- { key : 'Disabled ' , value : 'disabled' } ,
310
- { key : 'Ignored (Follow the global setting)' , value : 'ignored' } ,
308
+ { key : 'enabled ' , value : 'enabled' } ,
309
+ { key : 'disabled ' , value : 'disabled' } ,
310
+ { key : 'ignored (follow the global setting)' , value : 'ignored' } ,
311
311
]
312
312
313
313
return {
@@ -401,9 +401,9 @@ export function getUpdateBulkDataLocalityModalProps(volumes, visible, defaultDat
401
401
402
402
export function getUpdateFreezeFilesystemForSnapshotModalProps ( volume , visible , dispatch ) {
403
403
let option = [
404
- { key : 'Enabled ' , value : 'enabled' } ,
405
- { key : 'Disabled ' , value : 'disabled' } ,
406
- { key : 'Ignored (Follow the global setting)' , value : 'ignored' } ,
404
+ { key : 'enabled ' , value : 'enabled' } ,
405
+ { key : 'disabled ' , value : 'disabled' } ,
406
+ { key : 'ignored (follow the global setting)' , value : 'ignored' } ,
407
407
]
408
408
409
409
return {
@@ -433,9 +433,9 @@ export function getUpdateFreezeFilesystemForSnapshotModalProps(volume, visible,
433
433
434
434
export function getUpdateBulkFreezeFilesystemForSnapshotModalProps ( volumes , visible , dispatch ) {
435
435
const option = [
436
- { key : 'Enabled ' , value : 'enabled' } ,
437
- { key : 'Disabled ' , value : 'disabled' } ,
438
- { key : 'Ignored (Follow the global setting)' , value : 'ignored' } ,
436
+ { key : 'enabled ' , value : 'enabled' } ,
437
+ { key : 'disabled ' , value : 'disabled' } ,
438
+ { key : 'ignored (follow the global setting)' , value : 'ignored' } ,
439
439
]
440
440
441
441
return {
@@ -613,9 +613,9 @@ export function getUpdateReplicaSoftAntiAffinityModalProps(volume, volumes, upda
613
613
} )
614
614
} ,
615
615
options : [
616
- { value : 'enabled' , label : 'Enabled ' } ,
617
- { value : 'disabled' , label : 'Disabled ' } ,
618
- { value : 'ignored' , label : 'Ignored (Follow the global setting)' } ,
616
+ { value : 'enabled' , label : 'enabled ' } ,
617
+ { value : 'disabled' , label : 'disabled ' } ,
618
+ { value : 'ignored' , label : 'ignored (follow the global setting)' } ,
619
619
] ,
620
620
fields,
621
621
}
0 commit comments