CN-988: 实体详情--安全事件和性能事件tab开发
This commit is contained in:
@@ -234,7 +234,9 @@ export const api = {
|
||||
drilldownTrafficAnalysis: '/interface/dns/overview/drilldown/trafficAnalysis'
|
||||
},
|
||||
entity: {
|
||||
totalTrafficAnalysis: 'interface/entityDetail/totalTrafficAnalysis'
|
||||
totalTrafficAnalysis: 'interface/entityDetail/totalTrafficAnalysis',
|
||||
securityEvent: 'interface/entityDetail/securityEvent',
|
||||
performanceEvent: 'interface/entityDetail/performanceEvent'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -165,6 +165,13 @@ export const eventSeverityColor = {
|
||||
low: '#FFD82D',
|
||||
info: '#D1BD50'
|
||||
}
|
||||
export const eventSeverityColor1 = {
|
||||
Critical: '#D84C4C',
|
||||
High: '#FE845D',
|
||||
Medium: '#FFB65A',
|
||||
Low: '#FFD82D',
|
||||
Info: '#D1BD50'
|
||||
}
|
||||
export const securityType = {
|
||||
commandAndControl: 'common and control',
|
||||
payloadDelivery: 'payload delivery',
|
||||
|
||||
Reference in New Issue
Block a user