From 9541d22ac5ea512d81eebf59c0893998c1a45a43 Mon Sep 17 00:00:00 2001 From: pedroigor Date: Wed, 18 Feb 2015 13:59:49 -0200 Subject: [PATCH] [KEYCLOAK-883] - Tipo for identity provider settings tab. Fixing directive name. --- .../src/main/resources/theme/admin/base/resources/js/app.js | 2 +- .../resources/partials/application-identity-provider.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/js/app.js b/forms/common-themes/src/main/resources/theme/admin/base/resources/js/app.js index 7a31d03a7a..ff854afef9 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/js/app.js +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/js/app.js @@ -1101,7 +1101,7 @@ module.directive('onoffswitch', function() { * * Usage: */ -module.directive('kc-onoffswitch-model', function() { +module.directive('onoffswitchmodel', function() { return { restrict: "EA", replace: true, diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-identity-provider.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-identity-provider.html index 6c90ef2a7a..94d79be4e4 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-identity-provider.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-identity-provider.html @@ -7,13 +7,13 @@
  • {{application.name}}
  • Identity Provider
  • -

    {{application.name}} Identity Provider Settings

    +

    {{application.name}} Identity Provider Settings

    {{identityProvider.name}}
    - +