KEYCLOAK-2066
View details on import client not working
This commit is contained in:
parent
b0b4d26fa3
commit
77bccda7a4
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ module.controller('ClientDetailCtrl', function($scope, realm, client, $route, se
|
|||
$scope.viewImportDetails = function() {
|
||||
$modal.open({
|
||||
templateUrl: resourceUrl + '/partials/modal/view-object.html',
|
||||
controller: 'JsonModalCtrl',
|
||||
controller: 'ObjectModalCtrl',
|
||||
resolve: {
|
||||
object: function () {
|
||||
return $scope.client;
|
||||
|
|
Loading…
Reference in a new issue