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