mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-25 17:31:48 -05:00
Permissions form-type label
Changed the label for 'Deploy' from 'Deployment' to 'Job Template'
This commit is contained in:
@@ -263,7 +263,8 @@ function PermissionsEdit($scope, $rootScope, $compile, $location, $log, $routePa
|
||||
form: form,
|
||||
current_item: data.project,
|
||||
list: ProjectList,
|
||||
field: 'project'
|
||||
field: 'project',
|
||||
input_type: 'radio'
|
||||
});
|
||||
|
||||
if (!$scope.PermissionAddAllowed) {
|
||||
|
||||
Reference in New Issue
Block a user