Add dashboard pressure trend arrow

This commit is contained in:
2019-10-06 19:59:13 -04:00
parent d593c0095f
commit 7c062dbc04
13 changed files with 148 additions and 7 deletions

View File

@@ -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>

View File

@@ -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) {