mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
AC-191 changed host name label from 'Name' to 'Host Name' and added a tool tip giving examples of host name values.
This commit is contained in:
@@ -115,7 +115,7 @@ angular.module('InventoryFormDefinition', [])
|
||||
fields: {
|
||||
name: {
|
||||
key: true,
|
||||
label: 'Name',
|
||||
label: 'Host Name',
|
||||
ngClick: "editHost(\{\{ host.id \}\}, '\{\{ host.name \}\}')"
|
||||
},
|
||||
has_active_failures: {
|
||||
|
||||
Reference in New Issue
Block a user