Hid CORS form and added additional text

This commit is contained in:
robbt 2020-05-12 13:32:48 -04:00
parent f9c009a1be
commit a36856ce6a
1 changed files with 4 additions and 1 deletions

View File

@ -21,16 +21,19 @@
<input class="form-control" type="hidden" name="generalErr" id="generalErr" aria-describedby="helpBlock"/> <input class="form-control" type="hidden" name="generalErr" id="generalErr" aria-describedby="helpBlock"/>
<p>The CORS URL can be setup during install if you are accessing your LibreTime instance behind a Proxy. <p>The CORS URL can be setup during install if you are accessing your LibreTime instance behind a Proxy.
This is common with docker setups. If you have a reverse proxy setup enter the URL below, otherwise you This is common with docker setups. If you have a reverse proxy setup enter the URL below, otherwise you
can safely ignore this. can safely ignore this. If you are reinstalling LibreTime on an existing setup you can ignore this as well,
the settings in your existing database will be retained unless you enter new values below.
</p> </p>
<div id="corsSlideToggle"> <div id="corsSlideToggle">
<span><strong>CORS URL </strong></span><span id="corsCaret" class="caret"></span><hr/> <span><strong>CORS URL </strong></span><span id="corsCaret" class="caret"></span><hr/>
</div> </div>
<div id="corsFormBody">
<div class="form-group"> <div class="form-group">
<label class="control-label" for="corsUrl">CORS URLs</label> <label class="control-label" for="corsUrl">CORS URLs</label>
<textarea name="corsUrl" class="form-control" id="corsUrl" rows="4" cols="50"></textarea> <textarea name="corsUrl" class="form-control" id="corsUrl" rows="4" cols="50"></textarea>
</div> </div>
</div> </div>
</div>
<div> <div>
<input type="submit" formtarget="generalSettingsForm" class="btn btn-primary btn-next" value="Next &#10097;"/> <input type="submit" formtarget="generalSettingsForm" class="btn btn-primary btn-next" value="Next &#10097;"/>
<input type="button" class="btn btn-primary btn-back" value="&#10096; Back"/> <input type="button" class="btn btn-primary btn-back" value="&#10096; Back"/>