style: 补充跟踪栏目页面多语言

This commit is contained in:
TsMask
2023-11-10 09:50:10 +08:00
parent 22f2cd9a2e
commit b41d3c3882
5 changed files with 29 additions and 19 deletions

View File

@@ -52,13 +52,13 @@ let modalState: ModalStateType = reactive({
},
upfCmdOptions: [
{
label: '适合其他网元异常UPF配合抓包的情况',
label: t('views.traceManage.pcap.execUPFCmdA'),
start: 'pcap trace rx tx max 100000 intfc any',
stop: 'pcap trace rx tx off',
value: 'pcap trace',
},
{
label: '适合UPF异常需要抓包分析的情况',
label: t('views.traceManage.pcap.execUPFCmdB'),
start: 'pcap dispatch trace on max 100000',
stop: 'pcap dispatch trace off',
value: 'pcap dispatch',