SOLR-14359: Use correct placeholder-text-single option for anguar-chosen

This commit is contained in:
Jan Høydahl 2020-04-14 15:34:29 +02:00
parent 3236d38c8b
commit e15b02c86c
1 changed files with 2 additions and 2 deletions

View File

@ -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)"