add pause functionality and updating favicon

This commit is contained in:
Henry Dollman
2024-07-12 22:24:28 -04:00
parent aacaf2f04f
commit 05f5c94764
8 changed files with 133 additions and 121 deletions

4
site/src/types.d.ts vendored
View File

@@ -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
}