mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 05:09:17 +00:00
feat: enhance the async-profiling duration options (#472)
This commit is contained in:
@@ -401,5 +401,10 @@ const msg = {
|
||||
recordsTTL: "Records TTL",
|
||||
clusterNodes: "Cluster Nodes",
|
||||
debuggingConfigDump: "Dump Effective Configurations",
|
||||
customDuration: "Custom Duration",
|
||||
maxDuration: "Max Duration",
|
||||
minutes: "Minutes",
|
||||
invalidProfilingDurationRange: "Please enter a valid duration between 1 and 900 seconds",
|
||||
taskCreatedSuccessfully: "Task created successfully",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -401,5 +401,10 @@ const msg = {
|
||||
recordsTTL: "Records TTL",
|
||||
clusterNodes: "Cluster Nodes",
|
||||
debuggingConfigDump: "Dump Effective Configurations",
|
||||
customDuration: "Duración Personalizada",
|
||||
maxDuration: "Duración Máxima",
|
||||
minutes: "Minutos",
|
||||
invalidProfilingDurationRange: "Por favor ingrese una duración válida entre 1 y 900 segundos",
|
||||
taskCreatedSuccessfully: "Tarea creada exitosamente",
|
||||
};
|
||||
export default msg;
|
||||
|
@@ -399,5 +399,10 @@ const msg = {
|
||||
recordsTTL: "Records TTL",
|
||||
clusterNodes: "集群节点",
|
||||
debuggingConfigDump: "转储有效配置",
|
||||
customDuration: "自定义时长",
|
||||
maxDuration: "最大时长",
|
||||
minutes: "分钟",
|
||||
invalidProfilingDurationRange: "请输入1到900秒之间的有效时长",
|
||||
taskCreatedSuccessfully: "任务创建成功",
|
||||
};
|
||||
export default msg;
|
||||
|
Reference in New Issue
Block a user