mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-18 09:35:40 -05:00
Move pressure trend into current display
This commit is contained in:
@@ -31,16 +31,6 @@
|
||||
</div>
|
||||
</gridster-item>
|
||||
<gridster-item [item]="dashboardLayout.layout[2]">
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-header">
|
||||
Pressure Trend
|
||||
</div>
|
||||
<div class="dashboard-item-content">
|
||||
<app-pressure-trend></app-pressure-trend>
|
||||
</div>
|
||||
</div>
|
||||
</gridster-item>
|
||||
<gridster-item [item]="dashboardLayout.layout[3]">
|
||||
<div class="dashboard-item">
|
||||
<div class="dashboard-item-header">
|
||||
Almanac
|
||||
|
||||
@@ -13,12 +13,11 @@ export class DashboardComponent implements OnInit {
|
||||
public locked = true;
|
||||
|
||||
private defaultLayout: DashboardLayout = {
|
||||
version: 2,
|
||||
version: 3,
|
||||
layout: [
|
||||
{ cols: 3, rows: 2, y: 0, x: 0 },
|
||||
{ cols: 2, rows: 2, y: 0, x: 3 },
|
||||
{ cols: 2, rows: 2, y: 0, x: 5 },
|
||||
{ cols: 3, rows: 2, y: 0, x: 7 }
|
||||
{ cols: 3, rows: 2, y: 0, x: 5 }
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user