mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
add pause functionality and updating favicon
This commit is contained in:
4
site/src/types.d.ts
vendored
4
site/src/types.d.ts
vendored
@@ -2,8 +2,8 @@ import { RecordModel } from 'pocketbase'
|
||||
|
||||
export interface SystemRecord extends RecordModel {
|
||||
name: string
|
||||
ip: string
|
||||
active: boolean
|
||||
host: string
|
||||
status: 'up' | 'down' | 'paused'
|
||||
port: string
|
||||
stats: SystemStats
|
||||
}
|
||||
|
Reference in New Issue
Block a user