CN-1592 fix: tag页面增加isbuiltin过滤条件

This commit is contained in:
chenjinsong
2024-04-19 15:17:05 +08:00
parent 4abe10fefb
commit ff640575f8
3 changed files with 66 additions and 17 deletions

View File

@@ -362,6 +362,17 @@ export const tagCategoryOptions = [
}
]
export const tagSourceOptions = [
{
value: 1,
label: 'tag.builtInTag'
},
{
value: 0,
label: 'tag.userDefined'
}
]
export const metricType = {
Bits: 'Bits/s',
Packets: 'Packets/s',