Skip to content

Commit

Permalink
Adding a default value for the node url
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Jan 29, 2025
1 parent ecaddd6 commit 34748c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export class OceanProtocolViewProvider implements vscode.WebviewViewProvider {
<input id="nodeUrl" placeholder="Ocean Node URL" value="http://127.0.0.1:8000" />
<label for="nodeUrlInput">Node URL (including port)</label>
<input id="nodeUrlInput" placeholder="Enter compute environment ID" />
<input id="nodeUrlInput" placeholder="Enter compute environment ID" value="http://34.159.64.236:8001" />
<label>Dataset</label>
<button id="selectDatasetBtn">Select Dataset File</button>
Expand Down

0 comments on commit 34748c0

Please sign in to comment.