mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
remove Manual option from project, inventory filters
This commit is contained in:
@@ -76,7 +76,6 @@ function InventorySourcesList({
|
|||||||
name: i18n._(t`Source`),
|
name: i18n._(t`Source`),
|
||||||
key: 'source',
|
key: 'source',
|
||||||
options: [
|
options: [
|
||||||
[``, i18n._(t`Manual`)],
|
|
||||||
[`file`, i18n._(t`File, Directory or Script`)],
|
[`file`, i18n._(t`File, Directory or Script`)],
|
||||||
[`scm`, i18n._(t`Sourced from a Project`)],
|
[`scm`, i18n._(t`Sourced from a Project`)],
|
||||||
[`ec2`, i18n._(t`Amazon EC2`)],
|
[`ec2`, i18n._(t`Amazon EC2`)],
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ function ProjectsList({ history, i18n, nodeResource, onUpdateNodeResource }) {
|
|||||||
name: i18n._(t`Type`),
|
name: i18n._(t`Type`),
|
||||||
key: 'type',
|
key: 'type',
|
||||||
options: [
|
options: [
|
||||||
[``, i18n._(t`Manual`)],
|
|
||||||
[`git`, i18n._(t`Git`)],
|
[`git`, i18n._(t`Git`)],
|
||||||
[`hg`, i18n._(t`Mercurial`)],
|
[`hg`, i18n._(t`Mercurial`)],
|
||||||
[`svn`, i18n._(t`Subversion`)],
|
[`svn`, i18n._(t`Subversion`)],
|
||||||
|
|||||||
Reference in New Issue
Block a user