You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2019/10/20 05:42:18 UTC

[skywalking-rocketbot-ui] branch master updated: fix ci warring Exceeds maximum line length of 120 (#167)

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 2695697  fix ci warring Exceeds maximum line length of 120 (#167)
2695697 is described below

commit 2695697d0de0acf4f5adc0df68e7d71a4824b4e4
Author: Kdump <ro...@gmail.com>
AuthorDate: Sun Oct 20 13:42:12 2019 +0800

    fix ci warring Exceeds maximum line length of 120 (#167)
---
 src/views/components/trace/trace-detail-chart-list.vue | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/views/components/trace/trace-detail-chart-list.vue b/src/views/components/trace/trace-detail-chart-list.vue
index 05f09e6..a1fd586 100644
--- a/src/views/components/trace/trace-detail-chart-list.vue
+++ b/src/views/components/trace/trace-detail-chart-list.vue
@@ -199,7 +199,9 @@ export default {
               };
               if (!_.find(fixSpans, fixSpanKeyContent)) {
                 fixSpans.push({
-                    ...fixSpanKeyContent, refs: [], endpointName: `VNode: ${ref.parentSegmentId}`, serviceCode: 'VirtualNode', type: `[Broken] ${ref.type}`, peer: '', component: `VirtualNode: #${i}`, isError: true, isBroken: true, layer: 'Broken', tags: [], logs: [],
+                    ...fixSpanKeyContent, refs: [], endpointName: `VNode: ${ref.parentSegmentId}`,
+                  serviceCode: 'VirtualNode', type: `[Broken] ${ref.type}`, peer: '', component: `VirtualNode: #${i}`,
+                  isError: true, isBroken: true, layer: 'Broken', tags: [], logs: [],
                 });
               }
               // if root broken node is not exist, create a root broken node.