mirror of https://github.com/apache/lucene.git
SOLR-14359: Use correct placeholder-text-single option for anguar-chosen
This commit is contained in:
parent
3236d38c8b
commit
e15b02c86c
|
@ -180,7 +180,7 @@ limitations under the License.
|
|||
<div ng-show="!http401">
|
||||
<div id="collection-selector" ng-show="isCloudEnabled">
|
||||
<div id="has-collections" ng-show="collections.length!=0">
|
||||
<select data-placeholder-text-single="Collection Selector"
|
||||
<select placeholder-text-single="'Collection Selector'"
|
||||
ng-model="currentCollection"
|
||||
chosen
|
||||
ng-change="showCollection(currentCollection)"
|
||||
|
@ -206,7 +206,7 @@ limitations under the License.
|
|||
</div>
|
||||
<div id="core-selector">
|
||||
<div id="has-cores" ng-show="cores.length!=0">
|
||||
<select data-placeholder-text-single="Core Selector"
|
||||
<select placeholder-text-single="'Core Selector'"
|
||||
ng-model="currentCore"
|
||||
chosen
|
||||
ng-change="showCore(currentCore)"
|
||||
|
|
Loading…
Reference in New Issue