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/09/17 23:50:16 UTC

[skywalking-rocketbot-ui] branch master updated: Add light-4j assets (#157)

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 206a514  Add light-4j assets (#157)
206a514 is described below

commit 206a514ae71267e5b29ac58dba2dbfeaf71a7b2d
Author: Louis Tsui <lo...@live.ca>
AuthorDate: Tue Sep 17 19:50:12 2019 -0400

    Add light-4j assets (#157)
---
 src/views/components/topology/assets/LIGHT4J.png | Bin 0 -> 10099 bytes
 src/views/components/topology/topo.vue           |   1 +
 2 files changed, 1 insertion(+)

diff --git a/src/views/components/topology/assets/LIGHT4J.png b/src/views/components/topology/assets/LIGHT4J.png
new file mode 100644
index 0000000..b0a5219
Binary files /dev/null and b/src/views/components/topology/assets/LIGHT4J.png differ
diff --git a/src/views/components/topology/topo.vue b/src/views/components/topology/topo.vue
index 3796ec9..49b7fc5 100644
--- a/src/views/components/topology/topo.vue
+++ b/src/views/components/topology/topo.vue
@@ -89,6 +89,7 @@ export default {
       SOLR: require('./assets/SOLR.png'),
       ZOOKEEPER: require('./assets/ZOOKEEPER.png'),
       CASSANDRA: require('./assets/CASSANDRA.png'),
+      LIGHT4J: require('./assets/LIGHT4J.png'),
       PLAY: require('./assets/PLAY.png'),
       width: 600,
       height: 600,