mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
remove Manual option from project, inventory filters
This commit is contained in:
parent
7e8fb29658
commit
5574cf0595
@ -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`)],
|
||||
|
||||
@ -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`)],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user