mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 03:05:23 +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" />
|
||||
</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" />
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -387,5 +387,6 @@ const msg = {
|
||||
valueMappings: "值映射",
|
||||
mappingTip: "注意: 映射键是一个正则表达式字符串,比如 ^([0-9])$",
|
||||
valueDashboard: "值相关的仪表板",
|
||||
viewValueDashboard: "查看仪表板",
|
||||
};
|
||||
export default msg;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user