Use tools icon instead of lock for build options on all-config guide (#9717)
This commit is contained in:
parent
1b1e220236
commit
510c482572
2 changed files with 2 additions and 3 deletions
|
@ -3,8 +3,7 @@
|
|||
|
||||
<@template.guide
|
||||
title="All configuration"
|
||||
summary="All the configuration you will ever need and want">
|
||||
|
||||
summary="Complete list of all build options and configuration for Keycloak">
|
||||
|
||||
<#list ctx.options.categories as category>
|
||||
<#assign categoryOptions=ctx.options.getValues(category)>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|<#if option.defaultValue?has_content>[.options-default]#${option.defaultValue!}#</#if>
|
||||
|
||||
|<#if option.build>icon:lock[role=options-build]</#if>
|
||||
|<#if option.build>icon:tools[role=options-build]</#if>
|
||||
</#list>
|
||||
|
||||
|===
|
||||
|
|
Loading…
Reference in a new issue