mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 02:06:21 +01:00
✨ Add gridstack dashboard layout
This commit is contained in:
@@ -31,13 +31,14 @@ export interface WeatherIntegrationType extends TileBaseType {
|
||||
|
||||
export interface DashDotIntegrationType extends TileBaseType {
|
||||
properties: {
|
||||
graphs: DashDotIntegrationGraphType[];
|
||||
graphs: DashDotGraphType[];
|
||||
isStorageMultiView: boolean;
|
||||
isCpuMultiView: boolean;
|
||||
isCompactView: boolean;
|
||||
url: string;
|
||||
};
|
||||
}
|
||||
|
||||
type DashDotIntegrationGraphType = { name: DashDotGraphType; isMultiView?: boolean };
|
||||
export type DashDotGraphType = 'cpu' | 'storage' | 'ram' | 'network' | 'gpu';
|
||||
|
||||
export interface BitTorrentIntegrationType extends TileBaseType {
|
||||
|
||||
Reference in New Issue
Block a user