From a960638b680f4d72be9fb914e07b3aa37ed287a1 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Tue, 29 Jul 2014 15:17:59 -0400 Subject: [PATCH] Lookup dialog Fixed Select column so that it always appears all the way to the right and is always the same width. Looks much better :) --- 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 351e59964a..0f92ddebe9 100644 --- a/awx/ui/static/lib/ansible/list-generator.js +++ b/awx/ui/static/lib/ansible/list-generator.js @@ -473,7 +473,7 @@ angular.module('ListGenerator', ['GeneratorHelpers']) } } if (options.mode === 'select' || options.mode === 'lookup') { - html += "Select"; + html += "Select"; } else if (options.mode === 'edit' && list.fieldActions) { html += "