From 5574cf059542d65765bb10a5c44a43686e7905f2 Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Thu, 27 Feb 2020 11:01:36 -0800 Subject: [PATCH] remove Manual option from project, inventory filters --- .../Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx | 1 - .../Modals/NodeModals/NodeTypeStep/ProjectsList.jsx | 1 - 2 files changed, 2 deletions(-) diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx index a4abf420c5..b4394f4e1d 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx @@ -76,7 +76,6 @@ function InventorySourcesList({ name: i18n._(t`Source`), key: 'source', options: [ - [``, i18n._(t`Manual`)], [`file`, i18n._(t`File, Directory or Script`)], [`scm`, i18n._(t`Sourced from a Project`)], [`ec2`, i18n._(t`Amazon EC2`)], diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx index 4ba28da12f..2d10e552d1 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/ProjectsList.jsx @@ -71,7 +71,6 @@ function ProjectsList({ history, i18n, nodeResource, onUpdateNodeResource }) { name: i18n._(t`Type`), key: 'type', options: [ - [``, i18n._(t`Manual`)], [`git`, i18n._(t`Git`)], [`hg`, i18n._(t`Mercurial`)], [`svn`, i18n._(t`Subversion`)],