mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Removed scm inventory from add inventory dropdown
This commit is contained in:
committed by
Jared Tabor
parent
cca8f13a2f
commit
78ff5f5301
@@ -79,12 +79,6 @@ export default ['i18n', function(i18n) {
|
|||||||
optionSref: 'inventories.addSmartInventory',
|
optionSref: 'inventories.addSmartInventory',
|
||||||
//TODO: this should have its own permission
|
//TODO: this should have its own permission
|
||||||
ngShow: 'canAddInventory'
|
ngShow: 'canAddInventory'
|
||||||
},
|
|
||||||
{
|
|
||||||
optionContent: i18n._('SCM Inventory'),
|
|
||||||
optionSref: 'inventories.addSCMInventory',
|
|
||||||
//TODO: this should have its own permission
|
|
||||||
ngShow: 'canAddInventory'
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
ngShow: 'canAddInventory || canAddSmartInventory || canAddSCMInventory'
|
ngShow: 'canAddInventory || canAddSmartInventory || canAddSCMInventory'
|
||||||
|
|||||||
Reference in New Issue
Block a user