1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

fix for #6667 for the remidiate inventory button

This commit is contained in:
Jared Tabor 2017-06-26 15:54:17 -07:00
parent 2d9df199c6
commit f7b13dd990

View File

@ -201,7 +201,7 @@ function(i18n, InventoryCompletedJobsList) {
relatedButtons: {
remediate_inventory: {
ngClick: 'remediateInventory(id, name, insights_credential)',
ngShow: 'insights_credential!==null',
ngShow: 'insights_credential!==null && mode !== "add"',
label: i18n._('Remediate Inventory'),
class: 'Form-primaryButton'
}