mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Inventory refactor: removed navigation links from create inventory page.
This commit is contained in:
parent
1b35b13c4e
commit
33a4389002
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user