Skip to content

Commit f50b733

Browse files
committed
Added dependency to show Replication Factor only for SimpleStrategy
1 parent 5e39bd9 commit f50b733

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

properties_pane/container_level/containerLevelConfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ making sure that you maintain a proper JSON format.
157157
"shouldValidate": true,
158158
"propertyTooltip": "description",
159159
"propertyType": "numeric",
160-
"valueType": "number"
160+
"valueType": "number",
161+
"dependency": {
162+
"key": "replStrategy",
163+
"value": "SimpleStrategy"
164+
}
161165
},
162166
{
163167
"propertyName": "Data Centers",

0 commit comments

Comments
 (0)