From 33a43890027a1997508c9de145cf84d6a2a44b52 Mon Sep 17 00:00:00 2001 From: chris Houseknecht Date: Wed, 15 Jan 2014 10:36:30 -0500 Subject: [PATCH] Inventory refactor: removed navigation links from create inventory page. --- awx/ui/static/js/forms/Inventories.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/awx/ui/static/js/forms/Inventories.js b/awx/ui/static/js/forms/Inventories.js index 120a39695c..11134facba 100644 --- a/awx/ui/static/js/forms/Inventories.js +++ b/awx/ui/static/js/forms/Inventories.js @@ -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: {