Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
f3fe3ee2
Commit
f3fe3ee2
authored
4 years ago
by
Captain.B
Committed by
刘瑞斌
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
refactor(性能测试): 性能测试编辑国际化修改
parent
79d7c0e0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/performance/test/components/PerformanceBasicConfig.vue
+2
-2
...ts/performance/test/components/PerformanceBasicConfig.vue
with
2 additions
and
2 deletions
+2
-2
frontend/src/business/components/performance/test/components/PerformanceBasicConfig.vue
+
2
-
2
View file @
f3fe3ee2
...
...
@@ -155,13 +155,13 @@ export default {
selectIds
:
new
Set
(),
threadGroupForSelect
:
[
{
name
:
this
.
$t
(
'
load_test.t
hread
_g
roup
'
)
,
name
:
'
T
hread
G
roup
'
,
tagName
:
'
ThreadGroup
'
,
testclass
:
'
ThreadGroup
'
,
guiclass
:
'
ThreadGroupGui
'
},
{
name
:
this
.
$t
(
'
load_test.c
oncurrency
_t
hread
_g
roup
'
)
,
name
:
'
C
oncurrency
T
hread
G
roup
'
,
tagName
:
'
com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup
'
,
testclass
:
'
com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup
'
,
guiclass
:
"
com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroupGui
"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help