File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
< input ng-model ="me.x " type ="number " class ="coord_input "> </ input >
28
28
< input ng-model ="me.y " type ="number " class ="coord_input "> </ input >
29
29
< input ng-model ="me.z " type ="number " class ="coord_input "> </ input >
30
- < button ng-click ="search_system_name(); "> Searc System</ button >
31
- < input ng-model ="search.system_name " ng-model-options ="{debounce: 1000} " placeholder ="System Name where you "> </ input >
32
- < input ng-model ="search.target_limit " placeholder ="Min sell distance "> </ input >
30
+ < button ng-click ="search_system_name(); "> Search System</ button >
31
+ System Name: < input ng-model ="search.system_name " ng-model-options ="{debounce: 1000} " placeholder ="System Name where you "> </ input >
32
+ Min sell distance: < input ng-model ="search.target_limit " placeholder ="Min sell distance "> </ input >
33
33
< span ng-show ="search.system_name_wrong " style ="color: 'red' "> There is no system with this name or edsm.net don't know coords</ span >
34
34
</ div >
35
35
You can’t perform that action at this time.
0 commit comments