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

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


The following commit(s) were added to 
refs/heads/fix_ci_Exceeds_maximum_line_length_of_120 by this push:
     new 623aeed  fix ci warring Exceeds maximum line length of 120
623aeed is described below

commit 623aeed619add8b2c852a57286f92ea96db4f3f6
Author: x22x22 <[email protected]>
AuthorDate: Sun Oct 20 13:35:38 2019 +0800

    fix ci warring Exceeds maximum line length of 120
---
 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.

Reply via email to