Skip to content

Commit 94fce62

Browse files
committed
netpyne-141 Fix flow for folder selection
1 parent 1aca18d commit 94fce62

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

webapp/redux/reducers/data/tutorial2_steps.js

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const tutorial2_steps = [
2323
</div>
2424
)
2525
},
26+
// Import cell values modification
2627
{
2728
target: '#importCellParamsRuleLabel',
2829
title: (
@@ -46,7 +47,7 @@ const tutorial2_steps = [
4647
)
4748
},
4849
{
49-
target: '#importCellParamsFileName',
50+
target: '.fa-folder',
5051
title: (
5152
<div>Cell Creation</div>
5253
),
@@ -58,16 +59,17 @@ const tutorial2_steps = [
5859
</div>
5960
)
6061
},
61-
// {
62-
// target: '#TreeContainerCutting_component',
63-
// content: (
64-
// <div>
65-
// <p>Select "NetPyNE tutorials &gt; netpyne_workspace-master &gt; cells &gt; PTcells.hoc".</p>
66-
// </div>
67-
// )
68-
// },
6962
{
70-
target: '#importCellParamsModFolder',
63+
target: '#browserAccept',
64+
content: (
65+
<div>
66+
<p>Select "NetPyNE-UI &gt; workspace &gt; cells &gt; PTcells.hoc"</p>
67+
<p>and click on "Select"</p>
68+
</div>
69+
)
70+
},
71+
{
72+
target: '.fa-folder',
7173
title: (
7274
<div>Cell Creation</div>
7375
),
@@ -76,6 +78,16 @@ const tutorial2_steps = [
7678
<p>Click on the folder icon to select the folder containing the "mod" file:</p>
7779
<p>"NetPyNE-UI &gt; workspace &gt; mod</p>
7880
</div>
81+
),
82+
collectionIndex: 1
83+
},
84+
{
85+
target: '#browserAccept',
86+
content: (
87+
<div>
88+
<p>Select "NetPyNE-UI &gt; workspace &gt; mod"</p>
89+
<p>and click on "Select"</p>
90+
</div>
7991
)
8092
},
8193
{
@@ -89,14 +101,6 @@ const tutorial2_steps = [
89101
</div>
90102
)
91103
},
92-
// {
93-
// target: '#TreeContainerCutting_component',
94-
// content: (
95-
// <div>
96-
// <p>Select "NetPyNE tutorials &gt; netpyne_workspace-master &gt; mod".</p>
97-
// </div>
98-
// )
99-
// },
100104
{
101105
target: '#appBarPerformActionButton',
102106
title: (

0 commit comments

Comments
 (0)