mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-17 10:27:34 +00:00
hide entrances to unrelated dashboards in topn list (#428)
This commit is contained in:
parent
6e1a6cf19b
commit
64d4a2b59b
@ -35,7 +35,7 @@ limitations under the License. -->
|
||||
<div class="operation" @click="viewTrace(i)" v-show="![RefIdTypes[0].value].includes(refIdType)">
|
||||
<span>{{ t("viewTrace") }}</span>
|
||||
</div>
|
||||
<div class="operation" @click="viewDashboard(i)">
|
||||
<div class="operation" @click="viewDashboard(i)" v-show="props.config.valueRelatedDashboard">
|
||||
<span>{{ t("viewValueDashboard") }}</span>
|
||||
</div>
|
||||
</el-popover>
|
||||
|
Loading…
Reference in New Issue
Block a user