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 b817e95  Support play plugin (#142)
b817e95 is described below

commit b817e9542cf5928309518540022e74f0b42ac987
Author: Andy Ai <[email protected]>
AuthorDate: Thu Aug 29 13:51:04 2019 +0800

    Support play plugin (#142)
---
 src/views/components/topology/assets/PLAY.png | Bin 0 -> 6118 bytes
 src/views/components/topology/topo.vue        |   1 +
 2 files changed, 1 insertion(+)

diff --git a/src/views/components/topology/assets/PLAY.png 
b/src/views/components/topology/assets/PLAY.png
new file mode 100644
index 0000000..9395ae7
Binary files /dev/null and b/src/views/components/topology/assets/PLAY.png 
differ
diff --git a/src/views/components/topology/topo.vue 
b/src/views/components/topology/topo.vue
index 86d5749..3796ec9 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'),
+      PLAY: require('./assets/PLAY.png'),
       width: 600,
       height: 600,
       force: '',

Reply via email to