mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Add HTML5 min/max attributes for port number.
This commit is contained in:
parent
e7086da6c4
commit
8955f1430d
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
</div>
|
||||
<div class="col-xs-6 col-sm-3">
|
||||
<label for="port" class="control-label">{{t 'port'}}</label>
|
||||
<input type="number" id="port" name="port" class="form-control" required>
|
||||
<input type="number" id="port" name="port" class="form-control" required min="1" max="65535">
|
||||
</div>
|
||||
<div class="col-xs-6 col-sm-3">
|
||||
<label for="connection" class="control-label">{{t 'connection'}}</label>
|
||||
|
|
Loading…
Reference in a new issue