mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fixed grunt errors with last push
This commit is contained in:
@@ -170,7 +170,7 @@ export function PermissionsAdd($scope, $rootScope, $compile, $location, $log, $r
|
|||||||
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
|
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
// Save
|
// Save
|
||||||
$scope.formSave = function () {
|
$scope.formSave = function () {
|
||||||
@@ -257,7 +257,7 @@ export function PermissionsEdit($scope, $rootScope, $compile, $location, $log, $
|
|||||||
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
|
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
generator.inject(form, { mode: 'edit', related: true, scope: $scope });
|
generator.inject(form, { mode: 'edit', related: true, scope: $scope });
|
||||||
generator.reset();
|
generator.reset();
|
||||||
|
|||||||
Reference in New Issue
Block a user