KEYCLOAK-12315 Fixed rendering resources template without baseUri.

This commit is contained in:
Stef van der Wel 2019-12-11 13:55:37 +01:00 committed by Pedro Igor
parent f9fa5b551d
commit 118b413152

View file

@ -203,7 +203,11 @@
</a>
</td>
<td>
<a href="${resource.resourceServer.baseUri}">${resource.resourceServer.name}</a>
<#if resource.resourceServer.baseUri??>
<a href="${resource.resourceServer.baseUri}">${resource.resourceServer.name}</a>
<#else>
${resource.resourceServer.name}
</#if>
</td>
<td>
<#if resource.shares?size != 0>