mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
v0.0.27
This commit is contained in:
@@ -76,6 +76,15 @@ export interface ContainerSettings {
|
||||
memThreshold: number | null;
|
||||
}
|
||||
|
||||
export interface StatsHistoryPoint {
|
||||
timestamp: number;
|
||||
cpu: number;
|
||||
mem_mb: number;
|
||||
mem_percent: number;
|
||||
}
|
||||
|
||||
export type StatsRange = "1h" | "6h" | "24h" | "7d";
|
||||
|
||||
export type WSMessage =
|
||||
| { type: "services"; data: Service[] }
|
||||
| { type: "connections"; data: Connection[] }
|
||||
|
||||
Reference in New Issue
Block a user