mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
fix for #6667 for the remidiate inventory button
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user