perf: entities部分内容

This commit is contained in:
chenjinsong
2021-07-07 22:58:52 +08:00
parent f1eb48e7ed
commit 3382358142
4 changed files with 209 additions and 7 deletions

View File

@@ -44,6 +44,12 @@ export const position = {
}
}
export const entityType = {
ip: 'IP',
domain: 'Domain',
app: 'APP'
}
export const chartTableDefaultPageSize = 10 // table类型图表默认每页数据量
export const chartTableTopOptions = [10, 100] // table类型图表的TOP-N选项
export const chartPieTableTopOptions = [{ name: 'Sessions', value: 'sessions' }, { name: 'Packets', value: 'packets' }, { name: 'Bytes', value: 'bytes' }] // table类型图表的TOP-N选项