Skip to content

Commit

Permalink
add default ssh port
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivolen committed Nov 22, 2022
1 parent 3c159d2 commit ea97f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h5 class="modal-title" id="AddDeviceModalLabel">Add Device</h5>
</script>
<div class="col text-start">
<label for="add_port" class="form-label">Port</label>
<input type="text" class="form-control bg-light text-center" id="add_port" name="add_port" placeholder="SSH Port" value="" required />
<input type="text" class="form-control bg-light text-center" id="add_port" name="add_port" placeholder="SSH Port" value="22" required />
<div class="valid-feedback">Greate</div>
<div class="invalid-feedback">Ip address is invalid!</div>
</div>
Expand Down

0 comments on commit ea97f3f

Please sign in to comment.