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

remove schedule button for manual projects

This commit is contained in:
John Mitchell 2017-03-07 11:23:53 -05:00
parent 3a95c34a04
commit d243f13c1c

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)",