CN-627 Dashboard - network overview - 表格组件开发

This commit is contained in:
hanyuxia
2022-07-12 17:17:38 +08:00
parent 603aa49d33
commit 351a8a7d21
10 changed files with 475 additions and 5 deletions

View File

@@ -153,6 +153,18 @@ export const listScrollPath = [
'/detection/securityEvent'
]
export const networkOverviewTable = [
'network.categories',
'network.providers',
'network.countries',
'network.applications',
'network.clientIps',
'network.serverIps',
'network.protocols',
'network.hosts',
'network.snis'
]
export const dnsServerRole = {
RTDNS: 'RTDNS',
TLDNS: 'TLDNS',