mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-20 17:23:46 -05:00
Add dashboard pressure trend arrow
This commit is contained in:
@@ -16,5 +16,8 @@
|
||||
<gridster-item [item]="dashboard[1]">
|
||||
<app-laundry></app-laundry>
|
||||
</gridster-item>
|
||||
<gridster-item [item]="dashboard[2]">
|
||||
<app-pressure-trend></app-pressure-trend>
|
||||
</gridster-item>
|
||||
</gridster>
|
||||
</div>
|
||||
|
||||
@@ -62,7 +62,8 @@ export class DashboardComponent implements OnInit {
|
||||
|
||||
const defaultLayout = [
|
||||
{ cols: 3, rows: 2, y: 0, x: 0 },
|
||||
{ cols: 2, rows: 1, y: 0, x: 3 }
|
||||
{ cols: 2, rows: 1, y: 0, x: 3 },
|
||||
{ cols: 1, rows: 1, y: 0, x: 5 }
|
||||
];
|
||||
|
||||
if (savedLayout == null) {
|
||||
|
||||
Reference in New Issue
Block a user