views.health.detail.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-control-panel-management Show documentation
Show all versions of micronaut-control-panel-management Show documentation
The Micronaut Control Panel module provides a web UI that allows you to view and manage the state of your Micronaut application, typically in a development environment.
The newest version!
{{#with controlPanel.body }}
{{#eq status.name 'UP'}}
All health checks passed
{{/eq}}
{{#each details as |subDetails|}}
{{#if subDetails.details}}
{{titleize (decamelize (cut @key '()')) }}
{{> (stringFormat "views/health/%s" (cut @key '()')) parameter=subDetails }}
{{/if}}
{{/each}}
{{/with}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy