Skip to content

Commit

Permalink
Update default-dashboard-layout.json
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Nov 1, 2023
1 parent 95f2ab1 commit 1dfbb2e
Showing 1 changed file with 35 additions and 11 deletions.
46 changes: 35 additions & 11 deletions ui/src/app/modules/status/default-dashboard-layout.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,57 +3,81 @@
"x": 5,
"y": 0,
"component": "HomebridgeStatusWidgetComponent",
"cols": 15,
"cols": 10,
"rows": 3,
"mobileOrder": 10,
"hidePort": true
"hidePort": true,
"hideOnMobile": false
},
{
"x": 15,
"y": 0,
"component": "ChildBridgeWidgetComponent",
"cols": 5,
"rows": 9,
"mobileOrder": 35,
"hideOnMobile": false
},
{
"x": 5,
"y": 3,
"component": "CpuWidgetComponent",
"cols": 5,
"rows": 3,
"mobileOrder": 40
"mobileOrder": 40,
"hideOnMobile": false
},
{
"x": 10,
"y": 3,
"component": "MemoryWidgetComponent",
"cols": 5,
"rows": 3,
"mobileOrder": 50
"mobileOrder": 50,
"hideOnMobile": false
},
{
"x": 15,
"y": 3,
"x": 10,
"y": 6,
"component": "NetworkWidgetComponent",
"cols": 5,
"rows": 3,
"mobileOrder": 55,
"hideOnMobile": false
},
{
"x": 5,
"y": 6,
"component": "UptimeWidgetComponent",
"cols": 5,
"rows": 3,
"mobileOrder": 60
"mobileOrder": 60,
"hideOnMobile": false
},
{
"x": 0,
"y": 9,
"component": "SystemInfoWidgetComponent",
"cols": 5,
"rows": 9,
"mobileOrder": 70
"mobileOrder": 70,
"hideOnMobile": false
},
{
"x": 0,
"y": 0,
"component": "HapQrcodeWidgetComponent",
"cols": 5,
"rows": 9,
"mobileOrder": 100
"mobileOrder": 100,
"hideOnMobile": false
},
{
"x": 5,
"y": 6,
"y": 9,
"component": "HomebridgeLogsWidgetComponent",
"cols": 15,
"rows": 12,
"rows": 9,
"mobileOrder": 1000,
"hideOnMobile": true
}
Expand Down

0 comments on commit 1dfbb2e

Please sign in to comment.