mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
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,
|
form: form,
|
||||||
current_item: data.project,
|
current_item: data.project,
|
||||||
list: ProjectList,
|
list: ProjectList,
|
||||||
field: 'project'
|
field: 'project',
|
||||||
|
input_type: 'radio'
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!$scope.PermissionAddAllowed) {
|
if (!$scope.PermissionAddAllowed) {
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ angular.module('PermissionFormDefinition', [])
|
|||||||
value: 'Inventory',
|
value: 'Inventory',
|
||||||
selected: true
|
selected: true
|
||||||
}, {
|
}, {
|
||||||
label: 'Deployment',
|
label: 'Job Template',
|
||||||
value: 'Deploy'
|
value: 'Deploy'
|
||||||
}],
|
}],
|
||||||
ngChange: 'selectCategory()'
|
ngChange: 'selectCategory()'
|
||||||
|
|||||||
Reference in New Issue
Block a user