conditionally show add button for job templates

This commit is contained in:
John Mitchell 2016-09-02 13:38:10 -04:00
parent 6e653c29e0
commit 94efd034de

View File

@ -55,7 +55,8 @@ export default
basePaths: ['job_templates'],
awToolTip: 'Create a new template',
actionClass: 'btn List-buttonSubmit',
buttonContent: '+ ADD'
buttonContent: '+ ADD',
ngShow: 'canAdd'
}
},