Merge branch 'KEYCLOAK-1542' of https://github.com/velias/keycloak.git into KEYCLOAK-1542
This commit is contained in:
commit
34f5ddab0f
1 changed files with 7 additions and 0 deletions
|
@ -132,6 +132,13 @@ module.controller('ServerInfoPageCtrl', function($scope, ServerInfoPage) {
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
module.controller('ServerInfoPageCtrl', function($scope, ServerInfoPage) {
|
||||||
|
$scope.serverInfoPage = ServerInfoPage.get();
|
||||||
|
$scope.serverInfoPageUpdate = function() {
|
||||||
|
$scope.serverInfoPage = ServerInfoPage.get();
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
module.controller('RealmListCtrl', function($scope, Realm, Current) {
|
module.controller('RealmListCtrl', function($scope, Realm, Current) {
|
||||||
$scope.realms = Realm.query();
|
$scope.realms = Realm.query();
|
||||||
Current.realms = $scope.realms;
|
Current.realms = $scope.realms;
|
||||||
|
|
Loading…
Reference in a new issue