mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-04 17:24:43 -05:00
Update dashboard layout
This commit is contained in:
6
Display/src/app/models/dashboard/dashboard-layout.ts
Normal file
6
Display/src/app/models/dashboard/dashboard-layout.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { GridsterItem } from 'angular-gridster2';
|
||||
|
||||
export class DashboardLayout {
|
||||
version: number;
|
||||
layout: Array<GridsterItem>;
|
||||
}
|
||||
Reference in New Issue
Block a user