File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -932,11 +932,11 @@ export default {
932932 params[' details[0].api_password' ] = values .flashArrayPassword
933933 url = values .flashArrayURL
934934 } else if (values .provider === ' ONTAP' ) {
935- /* params['details[0].ontap_storageArrayIP'] = values.ontapIP
936- params['details[0].ontap_username'] = values.ontapUsername
937- params['details[0].ontap_password'] = values.ontapPassword
938- params['details[0].ontap_svmName'] = values.ontapSvmName
939- params['details[0].ontap_protocol'] = values.protocol*/
935+ // params['details[0].ontap_storageArrayIP'] = values.ontapIP
936+ // params['details[0].ontap_username'] = values.ontapUsername
937+ // params['details[0].ontap_password'] = values.ontapPassword
938+ // params['details[0].ontap_svmName'] = values.ontapSvmName
939+ // params['details[0].ontap_protocol'] = values.protocol
940940 values .managed = true
941941 url = this .ontapURL (values .ontapIP )
942942 }
You can’t perform that action at this time.
0 commit comments