mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
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 :)
This commit is contained in:
@@ -473,7 +473,7 @@ angular.module('ListGenerator', ['GeneratorHelpers'])
|
||||
}
|
||||
}
|
||||
if (options.mode === 'select' || options.mode === 'lookup') {
|
||||
html += "<th>Select</th>";
|
||||
html += "<th class=\"col-lg-1 col-md-1 col-sm-2 col-xs-2\">Select</th>";
|
||||
} else if (options.mode === 'edit' && list.fieldActions) {
|
||||
html += "<th class=\"actions-column";
|
||||
html += (list.fieldActions && list.fieldActions.columnClass) ? " " + list.fieldActions.columnClass : "";
|
||||
|
||||
Reference in New Issue
Block a user