mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 06:25:24 +00:00
update
This commit is contained in:
parent
45de34e730
commit
2992e9c559
@ -61,7 +61,7 @@ limitations under the License. -->
|
|||||||
<Icon iconName="retry" :loading="appStore.autoRefresh" class="middle" />
|
<Icon iconName="retry" :loading="appStore.autoRefresh" class="middle" />
|
||||||
</span>
|
</span>
|
||||||
<span class="version ml-5 cp">
|
<span class="version ml-5 cp">
|
||||||
<el-popover trigger="hover" width="250" placement="bottom" :content="appStore.version">
|
<el-popover trigger="hover" :width="250" placement="bottom" :content="appStore.version">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<span>
|
<span>
|
||||||
<Icon iconName="info_outline" size="middle" />
|
<Icon iconName="info_outline" size="middle" />
|
||||||
|
@ -389,5 +389,6 @@ const msg = {
|
|||||||
valueMappings: "Value Mappings",
|
valueMappings: "Value Mappings",
|
||||||
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
|
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
|
||||||
valueDashboard: "Value Related Dashboard",
|
valueDashboard: "Value Related Dashboard",
|
||||||
|
viewValueDashboard: "View Dashboard",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -389,5 +389,6 @@ const msg = {
|
|||||||
valueMappings: "Value Mappings",
|
valueMappings: "Value Mappings",
|
||||||
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
|
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
|
||||||
valueDashboard: "Value Related Dashboard",
|
valueDashboard: "Value Related Dashboard",
|
||||||
|
viewValueDashboard: "View Dashboard",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -387,5 +387,6 @@ const msg = {
|
|||||||
valueMappings: "值映射",
|
valueMappings: "值映射",
|
||||||
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
|
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
|
||||||
valueDashboard: "值相关的仪表板",
|
valueDashboard: "值相关的仪表板",
|
||||||
|
viewValueDashboard: "查看仪表板",
|
||||||
};
|
};
|
||||||
export default msg;
|
export default msg;
|
||||||
|
@ -36,7 +36,7 @@ limitations under the License. -->
|
|||||||
<span>{{ t("viewTrace") }}</span>
|
<span>{{ t("viewTrace") }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="operation" @click="viewDashboard(i)">
|
<div class="operation" @click="viewDashboard(i)">
|
||||||
<span>{{ t("valueDashboard") }}</span>
|
<span>{{ t("viewValueDashboard") }}</span>
|
||||||
</div>
|
</div>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
</div>
|
</div>
|
||||||
@ -211,11 +211,10 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
|
|
||||||
.operation {
|
.operation {
|
||||||
padding: 5px 0;
|
padding: 5px;
|
||||||
color: $font-color;
|
color: $font-color;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
|
||||||
font-size: $font-size-smaller;
|
font-size: $font-size-smaller;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user