mirror of https://github.com/apache/lucene.git
SOLR-11613: Make message for missing dataimport config in UI more explicit
This commit is contained in:
parent
a4320aab8d
commit
98a0b83714
|
@ -247,6 +247,8 @@ Other Changes
|
|||
|
||||
* SOLR-11848: Update Ref Guide to include info on grouping operations and using curl for large files. (Dariusz Wojtas via Cassandra Targett)
|
||||
|
||||
* SOLR-11613: Make message for missing dataimport config in UI more explicit. (Shawn Heisey, Amrit Sarkar via Cassandra Targett)
|
||||
|
||||
================== 7.2.1 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
-->
|
||||
<div id="dataimport" class="clearfix">
|
||||
|
||||
<div ng-show="!hasHandlers">Sorry, no dataimport-handler defined!</div>
|
||||
<div ng-show="!hasHandlers">The solrconfig.xml file for this index does not have an operational DataImportHandler defined!</div>
|
||||
<div id="frame" ng-show="hasHandlers">
|
||||
|
||||
<div id="error" ng-show="error"></div>
|
||||
|
|
Loading…
Reference in New Issue