From c517565cc5677764b997ae95ff3f85e061385ab6 Mon Sep 17 00:00:00 2001 From: Pedro Igor Date: Tue, 21 Mar 2017 16:55:21 -0300 Subject: [PATCH] [KEYCLOAK-4587] - Missing breadcrumb --- .../authz/permission/resource-server-permission-list.html | 7 +++++++ .../partials/authz/policy/resource-server-policy-list.html | 7 +++++++ .../resources/partials/authz/resource-server-detail.html | 7 +++++++ .../partials/authz/resource-server-resource-detail.html | 2 +- .../partials/authz/resource-server-resource-list.html | 7 +++++++ .../partials/authz/resource-server-scope-detail.html | 2 +- .../partials/authz/resource-server-scope-list.html | 7 +++++++ 7 files changed, 37 insertions(+), 2 deletions(-) diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/authz/permission/resource-server-permission-list.html b/themes/src/main/resources/theme/base/admin/resources/partials/authz/permission/resource-server-permission-list.html index b62bb4be2b..aea5c013d5 100644 --- a/themes/src/main/resources/theme/base/admin/resources/partials/authz/permission/resource-server-permission-list.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/authz/permission/resource-server-permission-list.html @@ -1,5 +1,12 @@
+ + diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/authz/policy/resource-server-policy-list.html b/themes/src/main/resources/theme/base/admin/resources/partials/authz/policy/resource-server-policy-list.html index 90f922af4d..34360c3ec7 100644 --- a/themes/src/main/resources/theme/base/admin/resources/partials/authz/policy/resource-server-policy-list.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/authz/policy/resource-server-policy-list.html @@ -1,5 +1,12 @@
diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-detail.html b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-detail.html index 1110043a18..3c28f6b2bd 100644 --- a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-detail.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-detail.html @@ -1,5 +1,12 @@
+ +
diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-detail.html b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-detail.html index ef20ae90ea..7187c22945 100644 --- a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-detail.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-detail.html @@ -4,7 +4,7 @@
  • {{:: 'clients' | translate}}
  • {{client.clientId}}
  • {{:: 'authz-authorization' | translate}}
  • -
  • {{:: 'authz-resource' | translate}}
  • +
  • {{:: 'authz-resources' | translate}}
  • {{:: 'authz-add-resource' | translate}}
  • {{originalResource.name}}
  • diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-list.html b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-list.html index 868ed85c2b..3080ce15cb 100644 --- a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-list.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-resource-list.html @@ -1,5 +1,12 @@
    diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-detail.html b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-detail.html index fac9c9c7e1..6bfadfe86f 100644 --- a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-detail.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-detail.html @@ -4,7 +4,7 @@
  • {{:: 'clients' | translate}}
  • {{client.clientId}}
  • {{:: 'authz-authorization' | translate}}
  • -
  • {{:: 'authz-scope' | translate}}
  • +
  • {{:: 'authz-scopes' | translate}}
  • {{:: 'authz-add-scope' | translate}}
  • {{originalScope.name}}
  • diff --git a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-list.html b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-list.html index c129bcf21a..81539350c7 100644 --- a/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-list.html +++ b/themes/src/main/resources/theme/base/admin/resources/partials/authz/resource-server-scope-list.html @@ -1,5 +1,12 @@