mirror of
https://github.com/ansible/awx.git
synced 2026-08-05 20:40:01 -02:30
Made tool tips on host variables and group variables more better by providing actual examples in addition to links.
This commit is contained in:
@@ -275,6 +275,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.label + '</label>' + "\n";
|
||||
|
||||
Reference in New Issue
Block a user