This commit is contained in:
rahul shukla 2019-10-15 17:16:27 +05:30
parent 9079debe11
commit 345f2fa3e7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<label for="port_name" class="required">Database Port</label>
<input type="text" name="port_name" class="control"
placeholder="3306"
data-validation="required alphanumeric number length" data-validation-length="max4">
data-validation="required alphanumeric number length" data-validation-length="max5">
</div>
<div class="control-group" id="host_name">