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:
Stefan Matheis 2013-10-05 19:37:55 +00:00
parent 8fba601ed1
commit 3bdd7f1b16
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -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 )
@ -337,4 +337,4 @@ sammy.get
}
);
}
);
);