mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-19 07:57:35 +00:00
merge
This commit is contained in:
commit
c9a71efea9
@ -387,6 +387,6 @@ const msg = {
|
|||||||
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
|
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
|
||||||
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
|
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
|
||||||
valueMappings: "Value Mappings",
|
valueMappings: "Value Mappings",
|
||||||
mappingTip: `Notice: The mapping key support a regex string, e.g. `,
|
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -387,6 +387,6 @@ const msg = {
|
|||||||
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
|
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
|
||||||
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
|
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
|
||||||
valueMappings: "Value Mappings",
|
valueMappings: "Value Mappings",
|
||||||
mappingTip: `Notice: The mapping key support a regex string, e.g. `,
|
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -385,6 +385,6 @@ const msg = {
|
|||||||
hierarchyNodeMetrics: "层次图节点的指标",
|
hierarchyNodeMetrics: "层次图节点的指标",
|
||||||
hierarchyNodeDashboard: "作为层次图节点的dashboard",
|
hierarchyNodeDashboard: "作为层次图节点的dashboard",
|
||||||
valueMappings: "值映射",
|
valueMappings: "值映射",
|
||||||
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ",
|
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -15,7 +15,7 @@ limitations under the License. -->
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<span class="label">{{ t("valueMappings") }}</span>
|
<span class="label">{{ t("valueMappings") }}</span>
|
||||||
<span class="label red">{{ t("mappingTip") }} ^-?(0(\.[0-9]+)?|1(\.0+)?)$</span>
|
<span class="label red">{{ t("mappingTip") }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-for="(key, index) in keys" :key="index" class="mb-10 flex-h">
|
<div v-for="(key, index) in keys" :key="index" class="mb-10 flex-h">
|
||||||
<div class="content-decoration" contenteditable="true" @blur="changeKeys($event, index)">
|
<div class="content-decoration" contenteditable="true" @blur="changeKeys($event, index)">
|
||||||
|
Loading…
Reference in New Issue
Block a user