Adding console admin to footer
This commit is contained in:
parent
89ff956f25
commit
408435161e
|
|
@ -109,9 +109,11 @@
|
||||||
</div>
|
</div>
|
||||||
</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'>
|
<div class='footer'>
|
||||||
<#if properties.displayCommunityLinks = "true">
|
<#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>
|
<a href="http://www.jboss.org"><img src="welcome-content/jboss_community.png" alt="JBoss and JBoss Community"></a>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue