Fixes for AC-389, 391, 392, 397

This commit is contained in:
chouseknecht
2013-09-04 11:06:55 -04:00
parent 41ef7c1fec
commit d32240803e
7 changed files with 105 additions and 90 deletions

View File

@@ -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: {