hawtio / hawtio-ui

Hawtio UI widgets for hawtio 2.x see http://ui.hawt.io/
Apache License 2.0
7 stars 6 forks source link

Remove unintended dependency to hawtio-jmx #48

Closed abkieling closed 6 years ago

abkieling commented 8 years ago

A resource from hawtio-jmx is being injected in the tree component, but that seems to have been a mistake. hawtio-ui doesn't declare a dependency to hawtio-jmx. Refactor both projects to remove this dependency. hawtio-jmx can be notified about node selections via the onSelect callback.

abkieling commented 6 years ago

There is no dependency on hawtio-jmx anymore so I think it's fixed.