diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-05-25 19:41:26 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-05-25 19:41:26 +0200 |
commit | 2aff5aa62a0ffec868402fdcd9ce004f68b966c9 (patch) | |
tree | 0a88626e3220982cb8c4fb08b3066facf173bb2e /account/applications.ftl | |
parent | Add docker-compose file for development purposes (diff) | |
download | tyrian-keycloak-theme-master.tar.gz tyrian-keycloak-theme-master.tar.bz2 tyrian-keycloak-theme-master.zip |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'account/applications.ftl')
-rw-r--r-- | account/applications.ftl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/account/applications.ftl b/account/applications.ftl index a8edc38..45e81c7 100644 --- a/account/applications.ftl +++ b/account/applications.ftl @@ -3,7 +3,7 @@ <div class="row"> <div class="col-md-10"> - <h2>${msg("applicationsHtmlTitle")}</h2> + <h1 class="first-header">${msg("applicationsHtmlTitle")}</h1> </div> </div> @@ -14,11 +14,11 @@ <table class="table table-striped table-bordered"> <thead> <tr> - <td>${msg("application")}</td> - <td>${msg("availableRoles")}</td> - <td>${msg("grantedPermissions")}</td> - <td>${msg("additionalGrants")}</td> - <td>${msg("action")}</td> + <th>${msg("application")}</th> + <th>${msg("availableRoles")}</th> + <th>${msg("grantedPermissions")}</th> + <th>${msg("additionalGrants")}</th> + <th>${msg("action")}</th> </tr> </thead> |