Skip to content

Commit

Permalink
Update devices.html
Browse files Browse the repository at this point in the history
Change room input size
  • Loading branch information
DewGew authored Jan 26, 2024
1 parent b0bacc8 commit 33e3791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h5 class="card-title">Description <span>| {{ v['name']['name'] }}</span></h5>
{% if 'Hidden' not in v['customData']['domain'] %}
<div class="row mb-3">
<label for="inputText" class="col-sm-3 col-form-label">Room</label>
<div class="col-sm-2">
<div class="col-sm-6">
<input type="text" class="form-control" name="room" value="{{ v['roomHint'] }}">
</div>
</div>
Expand Down

0 comments on commit 33e3791

Please sign in to comment.