File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -571,34 +571,35 @@ export const EDIT_WIDGETS = {
571571 model : 'netParams.stimTargetParams' ,
572572 } ,
573573 } ,
574- analysis : {
575- id : 'analysis ' ,
576- name : 'Plot Settings ' ,
577- model : 'simConfig.analysis ' ,
574+ rxd : {
575+ id : 'rxd ' ,
576+ name : 'Reaction-Diffusion ' ,
577+ model : 'netParams.rxdParams ' ,
578578 status : WidgetStatus . HIDDEN ,
579579 hideOnClose : true ,
580- component : 'analysis ' ,
580+ component : 'rxd ' ,
581581 panelName : TOP_PANEL ,
582582 enableRename : false ,
583583 pos : 6 ,
584584 props : {
585- model : 'simConfig.analysis ' ,
585+ model : 'netParams.rxdParams ' ,
586586 } ,
587587 } ,
588- rxd : {
589- id : 'rxd ' ,
590- name : 'Rxd Configuration ' ,
591- model : 'netParams.rxdParams ' ,
588+ analysis : {
589+ id : 'analysis ' ,
590+ name : 'Plot Settings ' ,
591+ model : 'simConfig.analysis ' ,
592592 status : WidgetStatus . HIDDEN ,
593593 hideOnClose : true ,
594- component : 'rxd ' ,
594+ component : 'analysis ' ,
595595 panelName : TOP_PANEL ,
596596 enableRename : false ,
597597 pos : 7 ,
598598 props : {
599- model : 'netParams.rxdParams ' ,
599+ model : 'simConfig.analysis ' ,
600600 } ,
601601 } ,
602+
602603 simConfig : {
603604 id : 'simConfig' ,
604605 name : 'Configuration' ,
You can’t perform that action at this time.
0 commit comments