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

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

commit 4e6d67a74c118f0196e9592a46a39fb0585edcd0
Author: kezhenxu <[email protected]>
AuthorDate: Wed Dec 11 13:41:42 2019 +0800

    Add Armeria logo and fix npm warning
---
 src/views/components/topology/assets/ARMERIA.png | Bin 0 -> 10116 bytes
 src/views/components/topology/topo.vue           |   1 +
 src/views/components/trace/trace-search.vue      |   4 ++--
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/components/topology/assets/ARMERIA.png 
b/src/views/components/topology/assets/ARMERIA.png
new file mode 100644
index 0000000..30b0634
Binary files /dev/null and b/src/views/components/topology/assets/ARMERIA.png 
differ
diff --git a/src/views/components/topology/topo.vue 
b/src/views/components/topology/topo.vue
index c9bb4f5..2a7fb8f 100644
--- a/src/views/components/topology/topo.vue
+++ b/src/views/components/topology/topo.vue
@@ -45,6 +45,7 @@ export default {
   data() {
     return {
       LOCAL: require('./assets/Local2.png'),
+      ARMERIA: require('./assets/ARMERIA.png'),
       CUBE: require('./assets/cube22.png'),
       CUBEERROR: require('./assets/cube21.png'),
       USER: require('./assets/USER.png'),
diff --git a/src/views/components/trace/trace-search.vue 
b/src/views/components/trace/trace-search.vue
index 3c23b94..80f55aa 100644
--- a/src/views/components/trace/trace-search.vue
+++ b/src/views/components/trace/trace-search.vue
@@ -236,8 +236,8 @@
     }
 
     private created() {
-      this.endpointName = this.$route.query.endpointname? 
this.$route.query.endpointname.toString() : this.endpointName;
-      this.traceId = this.$route.query.traceid? 
this.$route.query.traceid.toString() : this.traceId;
+      this.endpointName = this.$route.query.endpointname ? 
this.$route.query.endpointname.toString() : this.endpointName;
+      this.traceId = this.$route.query.traceid ? 
this.$route.query.traceid.toString() : this.traceId;
       this.time = [this.rocketbotGlobal.durationRow.start, 
this.rocketbotGlobal.durationRow.end];
     }
 

Reply via email to