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

@@ -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) : "";