mirror of
https://github.com/tips-of-mine/GLPI-Plugin-CVE-Prototype.git
synced 2025-06-28 07:08:44 +02:00
Add device vulnerability alerts to Dashboard
This commit is contained in:
@ -42,4 +42,12 @@ export interface CVETicket {
|
||||
tickets_id: number;
|
||||
creation_type: 'AUTO' | 'MANUAL';
|
||||
date_creation: string;
|
||||
}
|
||||
|
||||
export interface DeviceAlert {
|
||||
id: number;
|
||||
name: string;
|
||||
alerts: number;
|
||||
criticalAlerts: number;
|
||||
highAlerts: number;
|
||||
}
|
Reference in New Issue
Block a user