Skip to content

Commit

Permalink
fix(templates): Remove App profile info (#289)
Browse files Browse the repository at this point in the history
Remove App profile info from starter templates as they
where removed in Grails 6.

Resolves #288
  • Loading branch information
matrei authored Mar 9, 2024
1 parent dd9fac1 commit ae44312
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ json {
environment Environment.current.name
appversion grailsApplication.metadata.getApplicationVersion()
grailsversion GrailsUtil.grailsVersion
appprofile grailsApplication.config.getProperty('grails.profile')
groovyversion GroovySystem.getVersion()
jvmversion System.getProperty('java.version')
reloadingagentenabled Environment.reloadingAgentEnabled
Expand Down
1 change: 0 additions & 1 deletion grails-forge-core/src/main/resources/gsp/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Application Status <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-item"><a href="#">Environment: ${grails.util.Environment.current.name}</a></li>
<li class="dropdown-item"><a href="#">App profile: ${grailsApplication.config.grails?.profile}</a></li>
<li class="dropdown-item"><a href="#">App version:
<g:meta name="info.app.version"/></a>
</li>
Expand Down

0 comments on commit ae44312

Please sign in to comment.