Clicking host name on Inventory detail page now works correctly. Host is displayed in a modal dialog, allowing user to make changes and save.

This commit is contained in:
chouseknecht
2013-06-05 09:57:05 -04:00
parent 6dba6bbdb9
commit 540ad1ad47
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ angular.module('InventoryFormDefinition', [])
name: {
key: true,
label: 'Name',
linkTo: "/inventories/\{\{ inventory_id \}\}/hosts/\{\{ host.id \}\}"
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
},
description: {
label: 'Description'