mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
AC-547 dropped Description from Inventory page and moved Organization next to Name.
This commit is contained in:
@@ -23,9 +23,13 @@ angular.module('InventoriesListDefinition', [])
|
|||||||
key: true,
|
key: true,
|
||||||
label: 'Name'
|
label: 'Name'
|
||||||
},
|
},
|
||||||
description: {
|
organization: {
|
||||||
label: 'Description',
|
label: 'Organization',
|
||||||
link: true
|
ngBind: 'inventory.summary_fields.organization.name',
|
||||||
|
linkTo: '/#/organizations/{{ inventory.organization }}',
|
||||||
|
sourceModel: 'organization',
|
||||||
|
sourceField: 'name',
|
||||||
|
excludeModal: true
|
||||||
},
|
},
|
||||||
hosts_with_active_failures: {
|
hosts_with_active_failures: {
|
||||||
label: 'Hosts with<br>Failed Job?',
|
label: 'Hosts with<br>Failed Job?',
|
||||||
@@ -49,14 +53,6 @@ angular.module('InventoriesListDefinition', [])
|
|||||||
searchable: false,
|
searchable: false,
|
||||||
nosort: true
|
nosort: true
|
||||||
},
|
},
|
||||||
organization: {
|
|
||||||
label: 'Organization',
|
|
||||||
ngBind: 'inventory.summary_fields.organization.name',
|
|
||||||
linkTo: '/#/organizations/{{ inventory.organization }}',
|
|
||||||
sourceModel: 'organization',
|
|
||||||
sourceField: 'name',
|
|
||||||
excludeModal: true
|
|
||||||
},
|
|
||||||
has_inventory_sources: {
|
has_inventory_sources: {
|
||||||
label: 'Has external sources?',
|
label: 'Has external sources?',
|
||||||
searchSingleValue: true,
|
searchSingleValue: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user