Applied same navigation/drop-down changes to jobs that we applied to inventory.

This commit is contained in:
chouseknecht
2013-09-20 16:42:58 -04:00
parent c47168dce2
commit 93e53034c1
7 changed files with 64 additions and 24 deletions

View File

@@ -15,9 +15,15 @@ angular.module('JobFormDefinition', [])
name: 'jobs',
well: true,
twoColumns: true,
navigationLinks: {
details: {
href: "/#/jobs/{{ job_id }}",
label: 'Details',
icon: 'icon-zoom-in',
active: true,
ngShow: "job_id !== null"
},
hosts: {
href: "/#/jobs/{{ job_id }}/job_host_summaries",
label: 'Hosts',
@@ -30,7 +36,6 @@ angular.module('JobFormDefinition', [])
}
},
fields: {
name: {
label: 'Job Template',