We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04049a commit 120154eCopy full SHA for 120154e
src/ServicePulse.Host/app/modules/configuration/views/notificationsemailmodal.html
@@ -13,7 +13,7 @@ <h3 class="modal-title">Email configuration</h3>
13
<div class="row"></div>
14
<div class="form-group" ng-class="{'has-error': notificationsForm.smtpServerPort.$invalid}">
15
<label for="smtpServerPort">SMTP server port</label>
16
- <input type="text" id="smtpServerPort" name="smtpServerPort"
+ <input type="number" id="smtpServerPort" name="smtpServerPort"
17
ng-model="settings.smtp_port"
18
class="form-control" required />
19
</div>
0 commit comments