mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
AC-455 Replaced job.name with job.template. Re-configured line item actions so that buttons now have labels, making the page consistent with the rest of the applicaiton.
This commit is contained in:
@@ -11,7 +11,7 @@ angular.module('JobFormDefinition', [])
|
||||
'JobForm', {
|
||||
|
||||
addTitle: 'Create Job', //Legend in add mode
|
||||
editTitle: '{{ name }}', //Legend in edit mode
|
||||
editTitle: '{{ id }} - {{ name }}', //Legend in edit mode
|
||||
name: 'jobs',
|
||||
well: true,
|
||||
twoColumns: true,
|
||||
@@ -33,10 +33,11 @@ angular.module('JobFormDefinition', [])
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
label: 'Name',
|
||||
label: 'Job Template',
|
||||
type: 'text',
|
||||
addRequired: true,
|
||||
editRequired: true,
|
||||
addRequired: false,
|
||||
editRequired: false,
|
||||
readonly: true,
|
||||
column: 1
|
||||
},
|
||||
description: {
|
||||
|
||||
Reference in New Issue
Block a user