File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- < input type ="text " ng-model ="config.prepare " />
1
+ < label for ="strider-python-prepare "> Prepare Command</ label >
2
+ < input id ="strider-python-prepare " type ="text " ng-model ="config.prepare " placeholder ="pip -r requirements.txt "/>
2
3
< p class ="help-text ">
3
- Select which command should be used to prepare your project. The default is
4
+ Enter which command should be used to prepare your project. The default is
4
5
"pip -r requirements.txt". For example, this could be "python setup.py
5
6
develop" for some projects.
6
7
</ p >
7
- < select ng-model ="config.test ">
8
+
9
+ < label for ="strider-python-test "> Test Command</ label >
10
+ < select id ="strider-python-test " ng-model ="config.test ">
8
11
< option value ="python setup.py test "> python setup.py test</ option >
9
12
< option value ="make test "> make test</ option >
10
13
< option value ="py.test "> py.test</ option >
11
14
< option value ="none "> No test command</ option >
12
15
</ select >
13
16
< p class ="help-text ">
14
17
Select which command should be used to test your
15
- project. Alternatively, select "none " if you are going to test using
18
+ project. Alternatively, select "No test command " if you are going to test using
16
19
some other plugin.
17
20
</ p >
21
+
18
22
< button class ="btn btn-primary " ng-click ="save() "> Save</ button >
You can’t perform that action at this time.
0 commit comments