Adding console admin to footer

This commit is contained in:
Franca Debole 2021-04-29 16:10:26 +02:00
parent 89ff956f25
commit 408435161e
1 changed files with 4 additions and 2 deletions

View File

@ -109,10 +109,12 @@
</div>
</div>
-->
<div class='footer-admin'>
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console" class="footer-admin"></a>
</div>
<div class='footer'>
<#if properties.displayCommunityLinks = "true">
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console" class="footer-admin"></a>
<a href="https://www.keycloak.org/"><img src="${resourcesPath}/keycloak-logo-text.png" alt="KeyCloak"></a>
<a href="https://www.keycloak.org/"><img src="${resourcesPath}/keycloak-logo-text.png" alt="KeyCloak"></a>
<a href="http://www.jboss.org"><img src="welcome-content/jboss_community.png" alt="JBoss and JBoss Community"></a>
</#if>
</div>