mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Permissions form-type label
Changed the label for 'Deploy' from 'Deployment' to 'Job Template'
This commit is contained in:
parent
1641122737
commit
1268fb6191
@ -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) {
|
||||
|
||||
@ -41,7 +41,7 @@ angular.module('PermissionFormDefinition', [])
|
||||
value: 'Inventory',
|
||||
selected: true
|
||||
}, {
|
||||
label: 'Deployment',
|
||||
label: 'Job Template',
|
||||
value: 'Deploy'
|
||||
}],
|
||||
ngChange: 'selectCategory()'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user