mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Inventory refactor: removed navigation links from create inventory page.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user