Api endpoint setting is now readonly
This will stay readonly until the API is actually used for something.
This commit is contained in:
parent
5a990957df
commit
9c2ac5c3ea
1 changed files with 2 additions and 2 deletions
|
@ -76,9 +76,9 @@
|
|||
</div>
|
||||
<div class="col-xs-4">
|
||||
<label class="control-label">Endpoint</label>
|
||||
<select class="form-control" name="api:endpoint">
|
||||
<select class="form-control" name="api:endpoint" readonly>
|
||||
<option value="api.ptero.shop">api.ptero.shop (default)</option>
|
||||
<option value="blueprint.prpl.wtf" @if($bp->dbGet('api:endpoint') == "blueprint.prpl.wtf") selected @endif>blueprint.prpl.wtf</option>
|
||||
<option value="none" @if($bp->dbGet('api:endpoint') == "none") selected @endif>none</option>
|
||||
</select>
|
||||
<p class="text-muted small">Select your preferred API endpoint.</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue