Skip to content

Commit

Permalink
adjusted setup jade page to match setup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 committed Apr 25, 2024
1 parent 075be66 commit 8e235ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion templates/views/setup.jade
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ block body
h2 2. Some technical details
div.form-group
p
| We need to know where this SynBioHub instance is hosted so we can assign URLs to your submissions. The instance URL has been automatically guessed as
| Frontend Url: We need to know where this SynBioHub instance is is displayed. If the URL below is incorrect, please change it
b #{settings.frontendURL}
|, but if this is incorrect, please change it here.
label Frontend URL
input.form-control(name='frontendURL',value=settings.frontendURL)
p
| Backend Url: We need to know where this SynBioHub instance is hosted so we can assign URLs to your submissions. The instance URL has been automatically guessed as
b #{settings.instanceUrl}
|, but if this is incorrect, please change it here.
label Instance URL
Expand Down
3 changes: 2 additions & 1 deletion tests/previousresults/getrequest_setup_.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,13 @@ <h2>
<p>
We need to know where this SynBioHub instance is hosted so we can assign URLs to your submissions. The instance URL has been automatically guessed as
<b>
http://localhost:7777/
</b>
, but if this is incorrect, please change it here.
</p>
<label>
Instance URL
<input class="form-control" name="instanceURL"/>
<input class="form-control" name="instanceURL" value="http://localhost:7777/"/>
</label>
<p>
We need to know how to prefix URIs of objects stored in this SynBioHub. Its default is the same as the URL, and should only be changed if you are shadowing another instance.
Expand Down

0 comments on commit 8e235ae

Please sign in to comment.