Skip to content

Commit

Permalink
implement #560
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Feb 28, 2020
1 parent a71cc18 commit bba8d66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file. This projec

### Notable Changes

* **hb-service:** Added the ability to toggle Homebridge insecure mode (`-I`, `--insecure`) from the UI when running under [`hb-service`](https://github.com/oznu/homebridge-config-ui-x/wiki/Homebridge-Service-Command).
* **hb-service:** Added the ability to toggle Homebridge insecure mode (`-I`, `--insecure`) from the UI when running under [`hb-service`](https://github.com/oznu/homebridge-config-ui-x/wiki/Homebridge-Service-Command)
* **Dashboard:** Added a configurable option to each widget to determine if it should be shown in the mobile/compact view ([#560](https://github.com/oznu/homebridge-config-ui-x/issues/560))

### Other Changes

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "homebridge-config-ui-x",
"displayName": "Homebridge Config UI X",
"version": "4.11.1-test.3",
"version": "4.11.1-test.4",
"description": "A web based management, configuration and control platform for Homebridge",
"license": "MIT",
"author": "oznu <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ <h5 class="modal-title" [translate]="'status.widget.title_manage_widget'">Manage
</select>
</div>
</div>
</div>
<div>
<div class="form-group row">
<div class="col-sm-8">
<div class="form-group form-check pt-1">
Expand All @@ -109,9 +111,6 @@ <h5 class="modal-title" [translate]="'status.widget.title_manage_widget'">Manage
</div>
</div>
</div>
<div class=" text-center" *ngSwitchDefault>
<h6 [translate]="'status.widget.label_widget_has_no_options'">This widget has no options</h6>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger mr-auto" data-dismiss="modal" (click)="activeModal.close('remove')"
Expand Down

0 comments on commit bba8d66

Please sign in to comment.