mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 10:05:24 +00:00
fix value related dashboards
This commit is contained in:
parent
6e1a6cf19b
commit
622f2fe940
@ -35,7 +35,7 @@ limitations under the License. -->
|
|||||||
<div class="operation" @click="viewTrace(i)" v-show="![RefIdTypes[0].value].includes(refIdType)">
|
<div class="operation" @click="viewTrace(i)" v-show="![RefIdTypes[0].value].includes(refIdType)">
|
||||||
<span>{{ t("viewTrace") }}</span>
|
<span>{{ t("viewTrace") }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="operation" @click="viewDashboard(i)">
|
<div class="operation" @click="viewDashboard(i)" v-show="props.config.valueRelatedDashboard">
|
||||||
<span>{{ t("viewValueDashboard") }}</span>
|
<span>{{ t("viewValueDashboard") }}</span>
|
||||||
</div>
|
</div>
|
||||||
</el-popover>
|
</el-popover>
|
||||||
|
Loading…
Reference in New Issue
Block a user