corrected template for welcome removing admin console
This commit is contained in:
parent
8d12fde3a2
commit
e9ae5a422b
|
|
@ -107,13 +107,11 @@
|
||||||
<button id="create-button" type="submit" class="btn btn-primary">Create</button>
|
<button id="create-button" type="submit" class="btn btn-primary">Create</button>
|
||||||
</form>
|
</form>
|
||||||
</#if>
|
</#if>
|
||||||
<div class="welcome-primary-link">
|
|
||||||
<h3><a href="${adminUrl}"><img src="${resourcesPath}/admin2.png">Admin Console</a></h3>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='footer'>
|
<div class='footer'>
|
||||||
|
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png">Admin Console</a>
|
||||||
<#if properties.displayCommunityLinks = "true">
|
<#if properties.displayCommunityLinks = "true">
|
||||||
<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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue