wip
This commit is contained in:
parent
0a99abb52d
commit
7ce4914ea1
5 changed files with 182 additions and 37 deletions
|
@ -53,6 +53,20 @@
|
|||
<small class="form-hint">Choose a unique name for this application</small>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Application URL (Optional)</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text">
|
||||
<span class="ti ti-link"></span>
|
||||
</span>
|
||||
<input type="url" class="form-control" name="url" id="url" value="{{ app.url if app else '' }}"
|
||||
placeholder="https://example.com">
|
||||
</div>
|
||||
<small class="form-hint">
|
||||
If provided, the application name will be clickable and link to this URL.
|
||||
</small>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<label class="form-label required">Server</label>
|
||||
<select class="form-select" name="server_id" required>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue