dmahapatro / grails-actuator-ui

UI representation of Spring Boot Actuator in a Grails 3 app
Apache License 2.0
36 stars 14 forks source link

merge with grails console #1

Closed donalmurtagh closed 9 years ago

donalmurtagh commented 9 years ago

in some sense both plugins are used to inspect a running app, so it might be worth combining their powers.

dmahapatro commented 9 years ago

Right now I am trying to link the console plugin from the actuator dashboard. The plugin still has to be added as a dependency in the app which uses the actuator ui plugin. This way end user has full control over the console plugin. @donalmurtagh

dmahapatro commented 9 years ago

Done. Will be available with v0.2. Thank you for the feedback.