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
|
@ -109,6 +109,9 @@ Bug Fixes
|
|||
* SOLR-5255: Remove unnecessary call to fetch and watch live nodes in ZkStateReader
|
||||
cluster watcher. (Jessica Cheng via shalin)
|
||||
|
||||
* SOLR-5305: Admin UI - Reloading System-Information on Dashboard does not work
|
||||
anymore (steffkes)
|
||||
|
||||
Security
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -303,7 +303,7 @@ sammy.get
|
|||
$.ajax
|
||||
(
|
||||
{
|
||||
url : environment_basepath + '/admin/system?wt=json',
|
||||
url : config.solr_path + '/admin/info/system?wt=json',
|
||||
dataType : 'json',
|
||||
context : this,
|
||||
beforeSend : function( arr, form, options )
|
||||
|
|
Loading…
Reference in New Issue