diff --git a/src/components/parameters-editor.js b/src/components/parameters-editor.js
index 4f6aa11..1ce9dea 100644
--- a/src/components/parameters-editor.js
+++ b/src/components/parameters-editor.js
@@ -53,12 +53,7 @@ class ParametersEditor extends React.Component {
border: '1px solid lightgray'
};
- return
-
- {this.props.name}
-
-
-
+ return
-
;
}
}
ParametersEditor.PropTypes = {
- name: PropTypes.string,
content: PropTypes.object,
onChange: PropTypes.func
};
ParametersEditor.defaultProps = {
- name: "Parameters",
content: {}
};
diff --git a/src/containers/simulation-model.js b/src/containers/simulation-model.js
index 14963c2..975b9e6 100644
--- a/src/containers/simulation-model.js
+++ b/src/containers/simulation-model.js
@@ -21,7 +21,7 @@
import React from 'react';
import { Container } from 'flux/utils';
-import { Button, Col, Form } from 'react-bootstrap';
+import { Button, Col, Form, ControlLabel } from 'react-bootstrap';
import SimulationModelStore from '../stores/simulation-model-store';
import UserStore from '../stores/user-store';
@@ -139,7 +139,16 @@ class SimulationModel extends React.Component {
-
+
+
+ Start Parameters
+
+
+
+
+
+
+