diff --git a/awx/ui/static/lib/ansible/list-generator.js b/awx/ui/static/lib/ansible/list-generator.js index 6ee4d26908..1891c4a53a 100644 --- a/awx/ui/static/lib/ansible/list-generator.js +++ b/awx/ui/static/lib/ansible/list-generator.js @@ -237,8 +237,7 @@ angular.module('ListGenerator', ['GeneratorHelpers']) } } } - html += "\n"; - + //select instructions if (options.mode == 'select' && list.selectInstructions) { var btn = { @@ -246,15 +245,16 @@ angular.module('ListGenerator', ['GeneratorHelpers']) dataPlacement: 'left', dataContainer: 'body', icon: "icon-question-sign", - 'class': 'btn-sm btn-help btn-info', + 'class': 'btn-xs btn-help btn-info', awToolTip: 'Click for help', dataTitle: 'Help', iconSize: 'large' }; html += this.button(btn, 'select'); } + + html += "\n"; html += "\n"; - } else { html += "
\n";