Skip to content

Commit 6ce7292

Browse files
committed
#568 Rename and move RxD
1 parent 6df7300 commit 6ce7292

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

webapp/constants.js

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)