apache / skywalking-ui

[ARCHIVED] The web UI for skywalking APM
https://skywalking.apache.org/
Apache License 2.0
273 stars 161 forks source link

fix rabbitmq icon not display on topology #224

Closed jjlu521016 closed 5 years ago

jjlu521016 commented 5 years ago
'background-image': ele => `img/node/${ele.data('type') ? ele.data('type').toUpperCase() : 'UNDEFINED'}.png`,

but the RabbitMQ.png not upperCase ,so it's desplay UNDEFINED.png

wu-sheng commented 5 years ago

Please submit sync pr in main repo.

jjlu521016 commented 5 years ago

Please submit sync pr in main repo.

ok