Skip to content

Commit

Permalink
update default dashboard layout
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Nov 16, 2024
1 parent c2c9c4f commit 7fe75a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- switch from a top menu to a sidebar menu
- show pairing status for bridges around the ui
- consistent labels for sensor-type accessories
- update default dashboard layout

### Other Changes

Expand Down
12 changes: 6 additions & 6 deletions ui/src/app/modules/status/default-dashboard-layout.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[
{
"component": "HapQrcodeWidgetComponent",
"component": "HomebridgeStatusWidgetComponent",
"x": 0,
"y": 0,
"cols": 5,
"rows": 7,
"mobileOrder": 100,
"mobileOrder": 10,
"hideOnMobile": false
},
{
"component": "HomebridgeStatusWidgetComponent",
"component": "ChildBridgeWidgetComponent",
"x": 0,
"y": 7,
"cols": 5,
"rows": 7,
"mobileOrder": 10,
"mobileOrder": 35,
"hidePort": true,
"hideOnMobile": false
},
Expand All @@ -37,12 +37,12 @@
"hideOnMobile": false
},
{
"component": "ChildBridgeWidgetComponent",
"component": "HapQrcodeWidgetComponent",
"x": 15,
"y": 9,
"cols": 5,
"rows": 5,
"mobileOrder": 35,
"mobileOrder": 100,
"hideOnMobile": false
},
{
Expand Down

0 comments on commit 7fe75a3

Please sign in to comment.