mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix front end
This commit is contained in:
parent
73233181be
commit
d273589f2e
@ -240,13 +240,17 @@
|
||||
</div>
|
||||
<br>
|
||||
<form id="server-path">
|
||||
<label for="global_server_path">Global Server Path <small class="text-muted ml-1"> - Where Crafty
|
||||
stores all of your servers.</small>
|
||||
</label>
|
||||
<input style="width: 85%;" type="text" id="global_server_path" class="form-control"
|
||||
name="global_server_path" placeholder="/var/opt/servers" value="{{data['servers_dir']}}"><span
|
||||
style="width: 15%;" type="button" class="btn btn-outline-default custom-picker">/servers/</span>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="global_server_path">Global Server Path <small class="text-muted ml-1"> - Where Crafty
|
||||
stores all of your servers.</small></label>
|
||||
<div class="input-group">
|
||||
<input type="text" id="global_server_path" class="form-control" name="global_server_path"
|
||||
placeholder="/var/opt/servers" value="{{data['servers_dir']}}" directory>
|
||||
<div class="input-group-append">
|
||||
<span type="button" class="btn btn-outline-default custom-picker">/servers/</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="btn btn-success" type="submit">Submit</button> <span id="submit-status"></span>
|
||||
</form>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user