Add URL format hint to connection form
This commit is contained in:
@@ -71,7 +71,8 @@
|
||||
<form role="form" id="connection_form">
|
||||
<div class="form-group">
|
||||
<label>Enter server URL scheme</label>
|
||||
<input type="text" class="form-control" id="connection_url" placeholder="postgres://user:password@host:port/db">
|
||||
<input type="text" class="form-control" id="connection_url">
|
||||
<p class="help-block">URL format: postgres://user:password@host:port/db</p>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user