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/19 06:00:11 UTC

[skywalking-rocketbot-ui] branch master updated: Add pulsar assets (#158)

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 5583a33  Add pulsar assets (#158)
5583a33 is described below

commit 5583a332551aa957a63e865ee2c42d892ed52de6
Author: lipenghui <pe...@apache.org>
AuthorDate: Thu Sep 19 14:00:06 2019 +0800

    Add pulsar assets (#158)
---
 src/views/components/topology/assets/PULSAR.png | Bin 0 -> 9252 bytes
 src/views/components/topology/topo.vue          |   1 +
 2 files changed, 1 insertion(+)

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