fix(性能测试): 增加对资源文件数量限制的提示
--bug=1024461 --user=李玉号 【性能测试】github#22688,场景保存提示【文件个数超出限制】-无法保存场景 https://www.tapd.cn/55049933/s/1350567 Closes #22688
This commit is contained in:
parent
56d02ee627
commit
a295a39ecb
|
@ -73,7 +73,9 @@
|
||||||
|
|
||||||
<ms-table-button icon="el-icon-circle-plus-outline"
|
<ms-table-button icon="el-icon-circle-plus-outline"
|
||||||
:disabled="isReadOnly"
|
:disabled="isReadOnly"
|
||||||
:content="$t('load_test.load_exist_file')" @click="loadFile()"/>
|
:content="$t('load_test.load_exist_file')"
|
||||||
|
@click="loadFile()"/>
|
||||||
|
<span style="margin-left: 15px;">{{$t('performance_test.basic_config_file_limit_tip')}}</span>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-table class="basic-config" :data="tableData">
|
<el-table class="basic-config" :data="tableData">
|
||||||
<el-table-column
|
<el-table-column
|
||||||
|
|
|
@ -10,6 +10,7 @@ const message = {
|
||||||
},
|
},
|
||||||
max_current_threads_tips: 'Exceeded the maximum concurrent number of this node {0}',
|
max_current_threads_tips: 'Exceeded the maximum concurrent number of this node {0}',
|
||||||
sync_scenario_no_permission_tips: 'No permission to create the scenario cannot perform synchronization',
|
sync_scenario_no_permission_tips: 'No permission to create the scenario cannot perform synchronization',
|
||||||
|
basic_config_file_limit_tip: 'Note: The maximum number of resource files is limited to 10'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export default {
|
export default {
|
||||||
|
|
|
@ -10,6 +10,7 @@ const message = {
|
||||||
},
|
},
|
||||||
max_current_threads_tips: '超出此节点{0}最大并发数',
|
max_current_threads_tips: '超出此节点{0}最大并发数',
|
||||||
sync_scenario_no_permission_tips: '没有创建接口的权限无法执行同步',
|
sync_scenario_no_permission_tips: '没有创建接口的权限无法执行同步',
|
||||||
|
basic_config_file_limit_tip: '注:资源文件数最大限制为10个'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ const message = {
|
||||||
},
|
},
|
||||||
max_current_threads_tips: '超出此節點{0}最大並發數',
|
max_current_threads_tips: '超出此節點{0}最大並發數',
|
||||||
sync_scenario_no_permission_tips: '沒有创建接口的權限無法執行同步',
|
sync_scenario_no_permission_tips: '沒有创建接口的權限無法執行同步',
|
||||||
|
basic_config_file_limit_tip: '注:資源文件數最大限制為10個'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue