Skip to content

Commit

Permalink
Merge pull request #361 from mattreim/patch-1
Browse files Browse the repository at this point in the history
Add Port: 80 to standard Bridge Port
  • Loading branch information
Jey-Cee authored May 4, 2024
2 parents 4020f79 + 7d22173 commit d255d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
<label class="translate active" for="bridge" data-lang="deConz Addresse:">deConz IP Adresse</label>
</div>
<div class="input-field col s12 m8 l3">
<input class="value number" id="port" size="5" maxlength="5" type="number">
<input class="value number" id="port" size="5" maxlength="5" type="number" value="80">
<label class="translate active" for="port" data-lang="Bridge Port">Port</label>
</div>
<div class="input-field col s12 m8 l3">
Expand Down

0 comments on commit d255d20

Please sign in to comment.