You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2020/04/14 13:34:46 UTC

[lucene-solr] branch master updated: SOLR-14359: Use correct placeholder-text-single option for anguar-chosen

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new e15b02c  SOLR-14359: Use correct placeholder-text-single option for anguar-chosen
e15b02c is described below

commit e15b02c86ccf913aff091f64a1f48cabfe584fb0
Author: Jan Høydahl <ja...@apache.org>
AuthorDate: Tue Apr 14 15:34:29 2020 +0200

    SOLR-14359: Use correct placeholder-text-single option for anguar-chosen
---
 solr/webapp/web/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index bb335c2..452c5b3 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -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)"