Skip to content

Commit

Permalink
Privacy policy added in clusterInst reg (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldsce authored Mar 30, 2020
1 parent f920c80 commit e523b06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/model/clusterInstance.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export const clusterKey = (data, isCreate) => {
if (data[fields.numberOfNodes]) {
clusterinst.num_nodes = parseInt(data[fields.numberOfNodes])
}
if (data[fields.privacyPolicyName]) {
clusterinst.privacy_policy = data[fields.privacyPolicyName]
}
}
return ({
region: data[fields.region],
Expand Down

0 comments on commit e523b06

Please sign in to comment.