mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Removed Job Templates and Workflow Job Templates from the activity stream dropdown in favor of the combined Templates
This commit is contained in:
parent
7445d703e0
commit
0504348d69
@ -20,15 +20,13 @@ export default ['templateUrl', function(templateUrl) {
|
||||
{label: 'Hosts', value: 'host'},
|
||||
{label: 'Inventories', value: 'inventory'},
|
||||
{label: 'Inventory Scripts', value: 'inventory_script'},
|
||||
{label: 'Job Templates', value: 'job_template'},
|
||||
{label: 'Jobs', value: 'job'},
|
||||
{label: 'Organizations', value: 'organization'},
|
||||
{label: 'Projects', value: 'project'},
|
||||
{label: 'Schedules', value: 'schedule'},
|
||||
{label: 'Teams', value: 'team'},
|
||||
{label: 'Templates', value: 'template'},
|
||||
{label: 'Users', value: 'user'},
|
||||
{label: 'Workflow Job Templates', value: 'workflow_job_template'}
|
||||
{label: 'Users', value: 'user'}
|
||||
];
|
||||
|
||||
CreateSelect2({
|
||||
|
@ -25,9 +25,6 @@ export default
|
||||
case 'inventory':
|
||||
rtnTitle = 'INVENTORIES';
|
||||
break;
|
||||
case 'job_template':
|
||||
rtnTitle = 'JOB TEMPLATES';
|
||||
break;
|
||||
case 'credential':
|
||||
rtnTitle = 'CREDENTIALS';
|
||||
break;
|
||||
@ -55,9 +52,6 @@ export default
|
||||
case 'template':
|
||||
rtnTitle = 'TEMPLATES';
|
||||
break;
|
||||
case 'workflow_job_template':
|
||||
rtnTitle = 'WORKFLOW JOB TEMPLATES';
|
||||
break;
|
||||
}
|
||||
|
||||
return rtnTitle;
|
||||
|
Loading…
Reference in New Issue
Block a user