mirror of
https://github.com/ansible/awx.git
synced 2026-07-01 11:28:02 -02:30
Fixes for AC-389, 391, 392, 397
This commit is contained in:
@@ -15,6 +15,19 @@ angular.module('InventoryFormDefinition', [])
|
||||
name: 'inventory',
|
||||
parseTypeName: 'inventoryParseType',
|
||||
well: true,
|
||||
|
||||
navigationLinks: {
|
||||
hosts: {
|
||||
href: "/#/inventories/{{ inventory_id }}/hosts",
|
||||
label: 'Hosts',
|
||||
icon: 'icon-laptop'
|
||||
},
|
||||
Groups: {
|
||||
href: "/#/inventories/{{ inventory_id }}/groups",
|
||||
label: 'Groups',
|
||||
icon: 'icon-sitemap'
|
||||
}
|
||||
},
|
||||
|
||||
fields: {
|
||||
inventory_name: {
|
||||
|
||||
Reference in New Issue
Block a user