mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #2097 from kialam/fix/2028-session-timeout
Fix placement of network ui `select2` dropdowns
This commit is contained in:
commit
4391f14da9
@ -45,13 +45,15 @@ function NetworkingController (models, $state, $scope, strings) {
|
||||
$("#networking-search").select2({
|
||||
width:'400px',
|
||||
containerCssClass: 'Form-dropDown',
|
||||
placeholder: 'SEARCH'
|
||||
placeholder: 'SEARCH',
|
||||
dropdownParent: $('.Networking-toolbar'),
|
||||
});
|
||||
$("#networking-actionsDropdown").select2({
|
||||
width:'400px',
|
||||
containerCssClass: 'Form-dropDown',
|
||||
minimumResultsForSearch: -1,
|
||||
placeholder: 'ACTIONS'
|
||||
placeholder: 'ACTIONS',
|
||||
dropdownParent: $('.Networking-toolbar'),
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user