Inventory refactor: removed navigation links from create inventory page.

This commit is contained in:
chris Houseknecht 2014-01-15 10:36:30 -05:00
parent 1b35b13c4e
commit 33a4389002

View File

@ -27,25 +27,6 @@ angular.module('InventoryFormDefinition', [])
ngShow: "user_is_superuser"
}
},
navigationLinks: {
inventory: {
href: "/#/inventories/{{ inventory_id }}",
label: "Properties",
icon: "icon-edit",
active: true
},
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: {