mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 11:55:04 -02:30
Better inventory navigation. Breadcrumbs now includes a hover activated drop-down. Debating whether using hover activation is a good thing. Obviously doesn't work on mobile, so will need to build a work around.
This commit is contained in:
@@ -17,12 +17,18 @@ angular.module('InventoryFormDefinition', [])
|
||||
well: true,
|
||||
|
||||
navigationLinks: {
|
||||
inventory: {
|
||||
href: "/#/inventories/{{ inventory_id }}",
|
||||
label: "Inventory Properties",
|
||||
icon: "icon-edit",
|
||||
active: true
|
||||
},
|
||||
hosts: {
|
||||
href: "/#/inventories/{{ inventory_id }}/hosts",
|
||||
label: 'Hosts',
|
||||
icon: 'icon-laptop'
|
||||
},
|
||||
Groups: {
|
||||
groups: {
|
||||
href: "/#/inventories/{{ inventory_id }}/groups",
|
||||
label: 'Groups',
|
||||
icon: 'icon-sitemap'
|
||||
|
||||
Reference in New Issue
Block a user