mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 04:47:44 -02:30
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user