mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
only show text input for add new single-selects
This commit is contained in:
parent
2b37d04204
commit
a229259559
@ -2348,7 +2348,3 @@ input[disabled].ui-spinner-input {
|
|||||||
.CodeMirror-lines {
|
.CodeMirror-lines {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-search--dropdown.select2-search--hide {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
@ -665,6 +665,7 @@ angular.module('Utilities', ['RestServices', 'Utilities'])
|
|||||||
|
|
||||||
if (!multiple) {
|
if (!multiple) {
|
||||||
scope["original_" + options] = scope[options];
|
scope["original_" + options] = scope[options];
|
||||||
|
config.minimumResultsForSearch = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user