mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Inventory refactor: removed navigation links from create inventory page.
This commit is contained in:
@@ -28,25 +28,6 @@ angular.module('InventoryFormDefinition', [])
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
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: {
|
fields: {
|
||||||
inventory_name: {
|
inventory_name: {
|
||||||
realName: 'name',
|
realName: 'name',
|
||||||
|
|||||||
Reference in New Issue
Block a user