From 8e235ae46fab79c1ba3301c3e9c7b515a986fc98 Mon Sep 17 00:00:00 2001 From: learner97 Date: Thu, 25 Apr 2024 12:05:33 -0600 Subject: [PATCH] adjusted setup jade page to match setup changes --- templates/views/setup.jade | 8 +++++++- tests/previousresults/getrequest_setup_.html | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/templates/views/setup.jade b/templates/views/setup.jade index 7757612f7..77ee42e33 100644 --- a/templates/views/setup.jade +++ b/templates/views/setup.jade @@ -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 diff --git a/tests/previousresults/getrequest_setup_.html b/tests/previousresults/getrequest_setup_.html index 39e5deac6..1f0a63e56 100644 --- a/tests/previousresults/getrequest_setup_.html +++ b/tests/previousresults/getrequest_setup_.html @@ -103,12 +103,13 @@

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 + http://localhost:7777/ , but if this is incorrect, please change it here.

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.