Permissions form-type label

Changed the label for 'Deploy' from 'Deployment' to 'Job Template'
This commit is contained in:
Jared Tabor
2014-12-10 12:05:47 -05:00
parent 1641122737
commit 1268fb6191
2 changed files with 3 additions and 2 deletions

View File

@@ -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) {

View File

@@ -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()'