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:
chouseknecht
2013-07-03 15:49:57 -04:00
parent 39ff1551cf
commit ea4d7abd4b
6 changed files with 22 additions and 9 deletions

View File

@@ -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: {