style: 补充跟踪栏目页面多语言
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user