@@ -144,12 +144,6 @@ export default class NetPyNEConnectivityRule extends React.Component {
144144 />
145145 </ Box >
146146
147- < NetPyNEField id = "netParams.connParams.sec" className = "listStyle" >
148- < ListComponent
149- model = { `netParams.connParams['${ this . props . name } ']['sec']` }
150- />
151- </ NetPyNEField >
152-
153147 < NetPyNEField id = "netParams.connParams.weight" >
154148 < NetPyNETextField
155149 fullWidth
@@ -219,6 +213,12 @@ export default class NetPyNEConnectivityRule extends React.Component {
219213 />
220214 </ NetPyNEField >
221215
216+ < NetPyNEField id = "netParams.connParams.sec" className = "listStyle" >
217+ < ListComponent
218+ model = { `netParams.connParams['${ this . props . name } ']['sec']` }
219+ />
220+ </ NetPyNEField >
221+
222222 < NetPyNEField id = "netParams.connParams.synsPerConn" >
223223 < NetPyNETextField
224224 fullWidth
@@ -256,19 +256,7 @@ export default class NetPyNEConnectivityRule extends React.Component {
256256 multiple
257257 />
258258 </ NetPyNEField >
259- < NetPyNEField id = "netParams.connParams.preConds.cellModel" >
260- < NetPyNESelectField
261- model = {
262- `netParams.connParams['${
263- this . props . name
264- } ']['preConds']['cellModel']`
265- }
266- fullWidth
267- method = "netpyne_geppetto.getAvailableCellModels"
268- postProcessItems = { this . postProcessMenuItems }
269- multiple
270- />
271- </ NetPyNEField >
259+
272260 < NetPyNEField id = "netParams.connParams.preConds.cellType" >
273261 < NetPyNESelectField
274262 fullWidth
@@ -351,19 +339,7 @@ export default class NetPyNEConnectivityRule extends React.Component {
351339 multiple
352340 />
353341 </ NetPyNEField >
354- < NetPyNEField id = "netParams.connParams.postConds.cellModel" >
355- < NetPyNESelectField
356- model = {
357- `netParams.connParams['${
358- this . props . name
359- } ']['postConds']['cellModel']`
360- }
361- method = "netpyne_geppetto.getAvailableCellModels"
362- postProcessItems = { this . postProcessMenuItems }
363- multiple
364- fullWidth
365- />
366- </ NetPyNEField >
342+
367343 < NetPyNEField id = "netParams.connParams.postConds.cellType" >
368344 < NetPyNESelectField
369345 model = {
0 commit comments