File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h4>Thomson Reuters WebSocket API with Web Workers Example</h4>
2727
2828 < div class ="form-group " >
2929 < label for ="txtServerurl "> Server:</ label >
30- < input type ="text " id ="txtServerurl " value ="ADS IP:WebSocket Port " class ="form-control ">
30+ < input type ="text " id ="txtServerurl " placeholder ="ADS IP:WebSocket Port " class ="form-control ">
3131 < button id ="btnConnect " type ="button " class ="btn btn-sm btn-primary "> Connect</ button >
3232 </ div >
3333 < br />
@@ -42,7 +42,7 @@ <h4>Thomson Reuters WebSocket API with Web Workers Example</h4>
4242 < br />
4343 < div class ="form-group " >
4444 < label for ="txtServiceName "> Name:</ label >
45- < input type ="text " id ="txtServiceName " class ="form-control ">
45+ < input type ="text " id ="txtServiceName " class ="form-control " placeholder =" ELEKTRON_DD " >
4646 < label for ="txtItemName "> Name:</ label >
4747 < input type ="text " id ="txtItemName " value ="" class ="form-control ">
4848 < button id ="btnSubscribe " type ="button " class ="btn btn-sm btn-primary "> Subscribe</ button >
You can’t perform that action at this time.
0 commit comments