+ t.charAt(0) !== "_" &&
+ data.node.template[t].advanced &&
+ data.node.template[t].show
+ ).length > limitScrollFieldsModal ||
+ Object.keys(data.node.template).filter(
+ (t) =>
+ t.charAt(0) !== "_" &&
+ !data.node.template[t].advanced &&
+ data.node.template[t].show
+ ).length > limitScrollFieldsModal
+ ? "overflow-scroll overflow-x-hidden custom-scroll"
+ : "overflow-hidden"
+ )}
+ >
+
+
+
+
+ |
+ Parameters
+ |
+
+ Advanced
+ |
+
+
+
+ {advanced.length > parameters.length
+ ? advanced.map((t, idx) => (
+
+ |
+ {data.node.template[parameters[idx]] ? (
+
+ ) : (
+ <>>
+ )}
+ |
+
+
+ |
+
+ ))
+ : parameters.map((t, idx) => (
+
+ |
+
+ |
+
+ {data.node.template[advanced[idx]] ? (
+
+ ) : (
+ <>>
+ )}
+ |
+
+ ))}
+
+
+
+