mirror of https://github.com/apache/lucene.git
SOLR-6739: Admin UI - Sort list of command line args
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1639509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57c055bf44
commit
7b9c366913
|
@ -393,6 +393,8 @@ Other Changes
|
|||
|
||||
* SOLR-6697: bin/solr start scripts allow setting SOLR_OPTS in solr.in.* (janhoy)
|
||||
|
||||
* SOLR-6739: Admin UI - Sort list of command line args (steffkes)
|
||||
|
||||
================== 4.10.3 ==================
|
||||
|
||||
Bug Fixes
|
||||
|
|
|
@ -257,7 +257,7 @@ sammy.get
|
|||
.show();
|
||||
}
|
||||
|
||||
var commandLineArgs = app.dashboard_values['jvm']['jmx']['commandLineArgs'];
|
||||
var commandLineArgs = app.dashboard_values['jvm']['jmx']['commandLineArgs'].sort().reverse();
|
||||
if( 0 !== commandLineArgs.length )
|
||||
{
|
||||
var cmd_arg_element = $( '.command_line_args dt', this );
|
||||
|
|
Loading…
Reference in New Issue