From 6415671d93118865291c21fb39aa045f15f770e6 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Mon, 12 Sep 2022 10:09:05 -0400 Subject: [PATCH] Creating options (like job template) on inventory screen --- .../screens/Inventory/shared/InventoryForm.js | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/awx/ui/src/screens/Inventory/shared/InventoryForm.js b/awx/ui/src/screens/Inventory/shared/InventoryForm.js index 30c166c73d..49c91fa73b 100644 --- a/awx/ui/src/screens/Inventory/shared/InventoryForm.js +++ b/awx/ui/src/screens/Inventory/shared/InventoryForm.js @@ -15,7 +15,11 @@ import LabelSelect from 'components/LabelSelect'; import InstanceGroupsLookup from 'components/Lookup/InstanceGroupsLookup'; import OrganizationLookup from 'components/Lookup/OrganizationLookup'; import ContentError from 'components/ContentError'; -import { FormColumnLayout, FormFullWidthLayout } from 'components/FormLayout'; +import { + FormColumnLayout, + FormFullWidthLayout, + FormCheckboxLayout, +} from 'components/FormLayout'; import getHelpText from './Inventory.helptext'; function InventoryFormFields({ inventory }) { @@ -74,12 +78,6 @@ function InventoryFormFields({ inventory }) { }} fieldName="instanceGroups" /> - + + + + +