Skip to content

Commit

Permalink
Add an example host value
Browse files Browse the repository at this point in the history
  • Loading branch information
chashikajw committed Mar 25, 2022
1 parent aadf621 commit 86b821f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ public void createControl(Composite parent) {
labelAPIMHostUrl.setLayoutData(data);

txtAPIMHostUrl = new Text(container, SWT.BORDER);
// set an example host value
txtAPIMHostUrl.setText("https://localhost:9443");
data = new FormData();
data.top = new FormAttachment(txtPassword, 25);
data.left = new FormAttachment(labelAPIMHostUrl, 10);
Expand Down

0 comments on commit 86b821f

Please sign in to comment.