mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
updates
This commit is contained in:
7
site/src/types.d.ts
vendored
7
site/src/types.d.ts
vendored
@@ -20,7 +20,7 @@ export interface SystemStats {
|
||||
|
||||
export interface ContainerStatsRecord extends RecordModel {
|
||||
system: string
|
||||
stats: ContainerStats
|
||||
stats: ContainerStats[]
|
||||
}
|
||||
|
||||
interface ContainerStats {
|
||||
@@ -29,3 +29,8 @@ interface ContainerStats {
|
||||
mem: number
|
||||
mempct: number
|
||||
}
|
||||
|
||||
export interface SystemStatsRecord extends RecordModel {
|
||||
system: string
|
||||
stats: SystemStats
|
||||
}
|
||||
|
Reference in New Issue
Block a user