This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rocketbot-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a2f76c  fix-dashboard-top-throughput-copy (#181)
4a2f76c is described below

commit 4a2f76c1151618836f64ec770c6e664bccd0664c
Author: Kdump <[email protected]>
AuthorDate: Mon Nov 11 08:25:15 2019 +0800

    fix-dashboard-top-throughput-copy (#181)
    
    * fix-dashboard-top-throughput-copy
    
    * fix-dashboard-top-throughput-copy
---
 src/views/components/dashboard/charts/chart-trace.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/components/dashboard/charts/chart-trace.vue 
b/src/views/components/dashboard/charts/chart-trace.vue
index ba93ff1..9837c0b 100644
--- a/src/views/components/dashboard/charts/chart-trace.vue
+++ b/src/views/components/dashboard/charts/chart-trace.vue
@@ -19,7 +19,7 @@
   <div style="overflow: auto;height: 100%;" class="scroll_hide">
   <div class="rk-chart-slow clear">
     <div class="rk-chart-slow-i" v-for="(i, index) in data" :key="index">
-      <svg class="icon vm r grey link-hover cp" 
@click="handleClick(i.traceIds)">
+      <svg class="icon vm r grey link-hover cp" @click="handleClick(i.traceIds 
|| i.label)">
         <use xlink:href="#review-list"></use>
       </svg>
       <div class="mb-5 ell" v-tooltip:top.ellipsis="i.label || ''">

Reply via email to