fix: CN-1592 UI 新增Tag检索界面:1. edit tag 时,缺少Tip,且保存时 preview 校验不通过;2. preview 里的 entity type改为选择框;3.Tip样式调整;4.table下拉的折线图未显示;
This commit is contained in:
@@ -322,7 +322,7 @@ export const tagIntentOptions = [
|
||||
label: 'tag.intent.benign'
|
||||
},
|
||||
{
|
||||
value: 'Unknown',
|
||||
value: 'Unknow',
|
||||
label: 'tag.intent.unknown'
|
||||
}
|
||||
]
|
||||
@@ -498,29 +498,11 @@ export const knowledgeBaseCategory = [
|
||||
}
|
||||
]
|
||||
|
||||
export const tagIntentColor = [
|
||||
{
|
||||
label: 'tag.intent.unknown',
|
||||
name: 'unknow',
|
||||
intent: 'Unknow'
|
||||
},
|
||||
{
|
||||
label: 'tag.intent.benign',
|
||||
name: 'benign',
|
||||
intent: 'Benign'
|
||||
},
|
||||
{
|
||||
label: 'tag.intent.malicious',
|
||||
name: 'malicious',
|
||||
intent: 'Malicious'
|
||||
}
|
||||
]
|
||||
|
||||
export const tagIntent = [
|
||||
{
|
||||
label: 'tag.intent.unknown',
|
||||
value: 'Unknow',
|
||||
name: 'info'
|
||||
name: 'unknow'
|
||||
},
|
||||
{
|
||||
label: 'tag.intent.benign',
|
||||
|
||||
Reference in New Issue
Block a user