mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
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:
@@ -200,6 +200,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
|
||||
html += "<a href=\"\" " + this.attr(field,'awPopOver');
|
||||
html += (field.dataTitle) ? this.attr(field, 'dataTitle') : "";
|
||||
html += (field.dataPlacement) ? this.attr(field, 'dataPlacement') : "";
|
||||
html += (field.dataContainer) ? this.attr(field, 'dataContainer') : "";
|
||||
html += "><i class=\"icon-info-sign\"></i></a> ";
|
||||
}
|
||||
html += (field.icon) ? this.icon(field.icon) : "";
|
||||
|
||||
Reference in New Issue
Block a user