add rayhunter version to web UI, better row colors

This commit is contained in:
Will Greenberg
2025-04-24 10:33:18 -07:00
parent 73682240d6
commit 33745bc4e2
5 changed files with 44 additions and 12 deletions

View File

@@ -1,6 +1,13 @@
export interface SystemStats {
disk_stats: DiskStats;
memory_stats: MemoryStats;
runtime_metadata: RuntimeMetadata;
}
export interface RuntimeMetadata {
rayhunter_version: string,
system_os: string,
arch: string,
}
export interface DiskStats {