fix: 跟踪信令抓包upf修复

This commit is contained in:
TsMask
2023-10-26 18:05:38 +08:00
parent 5a72287fca
commit f17e998e05
4 changed files with 77 additions and 42 deletions

View File

@@ -281,7 +281,7 @@ export default {
runText: 'Execute',
runTimeText: 'Execute {s} seconds',
stopText: 'Interrupt',
capArgUPFPlease: 'Please enter the packet capture command supported by UPF',
capArgUPFPlease: 'Please select the packet capture command supported by UPF',
capStart: 'Start capturing packets',
capStop: 'Stop capturing packets',
execTimeout: 'Execution timeout',

View File

@@ -281,7 +281,7 @@ export default {
runText: '执行',
runTimeText: '执行 {s} 秒',
stopText: '中断',
capArgUPFPlease: '请输入UPF支持的抓包命令',
capArgUPFPlease: '请选择UPF支持的抓包命令',
capStart: '开始抓包',
capStop: '停止抓包',
execTimeout: '执行超时',