Commit f3fe3ee2 authored by Captain.B's avatar Captain.B Committed by 刘瑞斌
Browse files

refactor(性能测试): 性能测试编辑国际化修改

parent 79d7c0e0
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -155,13 +155,13 @@ export default {
selectIds: new Set(),
threadGroupForSelect: [
{
name: this.$t('load_test.thread_group'),
name: 'ThreadGroup',
tagName: 'ThreadGroup',
testclass: 'ThreadGroup',
guiclass: 'ThreadGroupGui'
},
{
name: this.$t('load_test.concurrency_thread_group'),
name: 'ConcurrencyThreadGroup',
tagName: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup',
testclass: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup',
guiclass: "com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroupGui"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment