From 8d46e206a899b024acea5067f78a4e32f7cbec1c Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Tue, 2 Sep 2014 16:12:48 -0400 Subject: [PATCH] UI Automation Assistance Added ID attribute to Select button on sublists. For example, organizations detail page -> users -> add user. --- awx/ui/static/lib/ansible/list-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/lib/ansible/list-generator.js b/awx/ui/static/lib/ansible/list-generator.js index 4de4881f9f..ae23102209 100644 --- a/awx/ui/static/lib/ansible/list-generator.js +++ b/awx/ui/static/lib/ansible/list-generator.js @@ -414,7 +414,7 @@ angular.module('ListGenerator', ['GeneratorHelpers']) if (options.mode === 'select' && (options.selectButton === undefined || options.selectButton)) { html += "
\n"; - html += " \n"; html += "
\n"; }