Changed header for account management to Keycloak Account Management. Was Keycloak Central Login
This commit is contained in:
parent
e85a43c354
commit
a667d0c5f5
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Account Management</title>
|
<title>Keycloak Account Management</title>
|
||||||
<link rel="icon" href="${url.resourcesPath}/img/favicon.ico">
|
<link rel="icon" href="${url.resourcesPath}/img/favicon.ico">
|
||||||
<#if properties.styles?has_content>
|
<#if properties.styles?has_content>
|
||||||
<#list properties.styles?split(' ') as style>
|
<#list properties.styles?split(' ') as style>
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
<div class="header rcue">
|
<div class="header rcue">
|
||||||
<div class="navbar utility">
|
<div class="navbar utility">
|
||||||
<div class="navbar-inner clearfix container">
|
<div class="navbar-inner clearfix container">
|
||||||
<h1><a href="#"><strong>Keycloak</strong> Central Login</a></h1>
|
<h1><a href="#"><strong>Keycloak</strong> Account Management</a></h1>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li>
|
<li>
|
||||||
<a href="${url.logoutUrl}">Sign Out</a>
|
<a href="${url.logoutUrl}">Sign Out</a>
|
||||||
|
|
Loading…
Reference in a new issue