Skip to content

Commit 77e2a80

Browse files
author
Wasin Waeosri
committed
change log: Update index.html to use placeholder instead
1 parent 6ac7743 commit 77e2a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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> &nbsp;
30-
<input type="text" id="txtServerurl" value="ADS IP:WebSocket Port" class="form-control"> &nbsp;&nbsp;
30+
<input type="text" id="txtServerurl" placeholder="ADS IP:WebSocket Port" class="form-control"> &nbsp;&nbsp;
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> &nbsp;
45-
<input type="text" id="txtServiceName" class="form-control"> &nbsp;&nbsp;
45+
<input type="text" id="txtServiceName" class="form-control" placeholder="ELEKTRON_DD"> &nbsp;&nbsp;
4646
<label for="txtItemName">Name:</label>&nbsp;
4747
<input type="text" id="txtItemName" value="" class="form-control"> &nbsp;&nbsp;
4848
<button id="btnSubscribe" type="button" class="btn btn-sm btn-primary">Subscribe</button> &nbsp;&nbsp;

0 commit comments

Comments
 (0)