1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

Merge pull request #5648 from jlmitch5/removeScheduleButtonForManProjs

remove schedule button for manual projects
This commit is contained in:
jlmitch5 2017-03-10 11:20:17 -05:00 committed by GitHub
commit cfd1564bbb

View File

@ -97,6 +97,7 @@ export default
awToolTip: "{{ project.scm_schedule_tooltip }}",
ngClass: "project.scm_type_class",
dataPlacement: 'top',
ngShow: "project.summary_fields.user_capabilities.schedule"
},
edit: {
ngClick: "editProject(project.id)",