mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -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:
parent
a2ddeb1f22
commit
a960638b68
@ -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 : "";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user