Add port input fields to template

This commit is contained in:
Tom Hatzer 2016-12-23 15:38:50 +01:00 committed by GitHub
parent cd977e2e51
commit b780a6237e
1 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,12 @@
<input type="text" id="host" name="host" value="{{ host }}" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="host">Database port</label>
<div class="controls">
<input type="text" id="port" name="port" value="{{ port }}" />
</div>
</div>
<div class="control-group">
<label class="control-label" for="name">Database name</label>
<div class="controls">
@ -60,4 +66,4 @@
</div>
{% endif %}
</div>
{% endblock %}
{% endblock %}