update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / redundancy / src / dashboard / utils / utils.js
diff --git a/skyquake/plugins/redundancy/src/dashboard/utils/utils.js b/skyquake/plugins/redundancy/src/dashboard/utils/utils.js
new file mode 100644 (file)
index 0000000..7c13f05
--- /dev/null
@@ -0,0 +1,14 @@
+import Input from 'widgets/form_controls/input.jsx';
+
+var componentMap = {
+    leaf: {
+        component: 'input'
+    }
+}
+
+function buildFormElements (schema, onChange) {
+    var elements = [];
+    schema.map(function(s, i) {
+
+    })
+}