Improve database management for servers, fixes #181
This commit is contained in:
parent
723b608e0c
commit
1ad715f1a3
2 changed files with 27 additions and 15 deletions
|
@ -373,7 +373,7 @@
|
|||
<div class="form-group col-md-6">
|
||||
<label class="control-label">Database Name:</label>
|
||||
<div class="input-group">
|
||||
<div class="input-group-addon">{{ $server->uuidShort }}_</div>
|
||||
<div class="input-group-addon">s{{ $server->id }}_</div>
|
||||
<input type="text" name="database" value="{{ old('database') }}" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue