mirror of
				https://github.com/csehviktor/status-monitor.git
				synced 2025-08-08 18:06:14 +02:00 
			
		
		
		
	improve ui code
This commit is contained in:
		| @@ -44,8 +44,15 @@ export interface NetworkMetrics { | |||||||
|     down: number; |     down: number; | ||||||
|     up: number; |     up: number; | ||||||
| } | } | ||||||
|  | 
 | ||||||
| export interface StatusMessage { | export interface StatusMessage { | ||||||
|     agent: string; |     agent: string; | ||||||
|     metrics: Metrics; |     metrics: Metrics; | ||||||
|     timestamp: string; |     timestamp: string; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | export interface UptimeMessage { | ||||||
|  |     agent: string; | ||||||
|  |     uptime: number; | ||||||
|  |     last_seen: Date; | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user