This commit is contained in:
Fine 2024-11-05 10:53:12 +08:00
parent 45de34e730
commit 2992e9c559
5 changed files with 6 additions and 4 deletions

View File

@ -61,7 +61,7 @@ limitations under the License. -->
<Icon iconName="retry" :loading="appStore.autoRefresh" class="middle" />
</span>
<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>
<span>
<Icon iconName="info_outline" size="middle" />

View File

@ -389,5 +389,6 @@ const msg = {
valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
valueDashboard: "Value Related Dashboard",
viewValueDashboard: "View Dashboard",
};
export default msg;

View File

@ -389,5 +389,6 @@ const msg = {
valueMappings: "Value Mappings",
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
valueDashboard: "Value Related Dashboard",
viewValueDashboard: "View Dashboard",
};
export default msg;

View File

@ -387,5 +387,6 @@ const msg = {
valueMappings: "值映射",
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
valueDashboard: "值相关的仪表板",
viewValueDashboard: "查看仪表板",
};
export default msg;

View File

@ -36,7 +36,7 @@ limitations under the License. -->
<span>{{ t("viewTrace") }}</span>
</div>
<div class="operation" @click="viewDashboard(i)">
<span>{{ t("valueDashboard") }}</span>
<span>{{ t("viewValueDashboard") }}</span>
</div>
</el-popover>
</div>
@ -211,11 +211,10 @@ limitations under the License. -->
}
.operation {
padding: 5px 0;
padding: 5px;
color: $font-color;
cursor: pointer;
position: relative;
text-align: center;
font-size: $font-size-smaller;
&:hover {