mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
only show text input for add new single-selects
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user