Skip to content

Commit 120154e

Browse files
committed
validating port
1 parent d04049a commit 120154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServicePulse.Host/app/modules/configuration/views/notificationsemailmodal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3 class="modal-title">Email configuration</h3>
1313
<div class="row"></div>
1414
<div class="form-group" ng-class="{'has-error': notificationsForm.smtpServerPort.$invalid}">
1515
<label for="smtpServerPort">SMTP server port</label>
16-
<input type="text" id="smtpServerPort" name="smtpServerPort"
16+
<input type="number" id="smtpServerPort" name="smtpServerPort"
1717
ng-model="settings.smtp_port"
1818
class="form-control" required />
1919
</div>

0 commit comments

Comments
 (0)