From 78ff5f5301dbbb648474875e01846beef8a72c7e Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Thu, 20 Apr 2017 15:39:31 -0400 Subject: [PATCH] Removed scm inventory from add inventory dropdown --- awx/ui/client/src/inventories/inventory.list.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/awx/ui/client/src/inventories/inventory.list.js b/awx/ui/client/src/inventories/inventory.list.js index 240639b4db..da0c21351f 100644 --- a/awx/ui/client/src/inventories/inventory.list.js +++ b/awx/ui/client/src/inventories/inventory.list.js @@ -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'