remove Manual option from project, inventory filters

This commit is contained in:
Keith Grant 2020-02-27 11:01:36 -08:00
parent 7e8fb29658
commit 5574cf0595
2 changed files with 0 additions and 2 deletions

View File

@ -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`)],

View File

@ -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`)],