mirror of https://github.com/apache/lucene.git
SOLR-5305: Admin UI - Reloading System-Information on Dashboard does not work anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1529502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fba601ed1
commit
3bdd7f1b16
solr
|
@ -109,6 +109,9 @@ Bug Fixes
|
||||||
* SOLR-5255: Remove unnecessary call to fetch and watch live nodes in ZkStateReader
|
* SOLR-5255: Remove unnecessary call to fetch and watch live nodes in ZkStateReader
|
||||||
cluster watcher. (Jessica Cheng via shalin)
|
cluster watcher. (Jessica Cheng via shalin)
|
||||||
|
|
||||||
|
* SOLR-5305: Admin UI - Reloading System-Information on Dashboard does not work
|
||||||
|
anymore (steffkes)
|
||||||
|
|
||||||
Security
|
Security
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -303,7 +303,7 @@ sammy.get
|
||||||
$.ajax
|
$.ajax
|
||||||
(
|
(
|
||||||
{
|
{
|
||||||
url : environment_basepath + '/admin/system?wt=json',
|
url : config.solr_path + '/admin/info/system?wt=json',
|
||||||
dataType : 'json',
|
dataType : 'json',
|
||||||
context : this,
|
context : this,
|
||||||
beforeSend : function( arr, form, options )
|
beforeSend : function( arr, form, options )
|
||||||
|
@ -337,4 +337,4 @@ sammy.get
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue