mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
-debug log
This commit is contained in:
@@ -16,7 +16,6 @@ export default
|
|||||||
controller: addPermissionsController,
|
controller: addPermissionsController,
|
||||||
templateUrl: templateUrl('access/addPermissions/addPermissions'),
|
templateUrl: templateUrl('access/addPermissions/addPermissions'),
|
||||||
link: function(scope, element, attrs, ctrl) {
|
link: function(scope, element, attrs, ctrl) {
|
||||||
console.info(attrs);
|
|
||||||
scope.withoutTeamPermissions = attrs.withoutTeamPermissions;
|
scope.withoutTeamPermissions = attrs.withoutTeamPermissions;
|
||||||
scope.toggleFormTabs('users');
|
scope.toggleFormTabs('users');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user