You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2015/05/19 23:08:45 UTC

svn commit: r1680389 - in /lucene/dev/trunk/solr/webapp/web: img/chosen-sprite-2x.png js/angular/app.js

Author: erick
Date: Tue May 19 21:08:45 2015
New Revision: 1680389

URL: http://svn.apache.org/r1680389
Log:
SOLR-7563: Angular JS 'core selector' dropdown is blank even if cores exist

Added:
    lucene/dev/trunk/solr/webapp/web/img/chosen-sprite-2x.png   (with props)
Modified:
    lucene/dev/trunk/solr/webapp/web/js/angular/app.js

Added: lucene/dev/trunk/solr/webapp/web/img/chosen-sprite-2x.png
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/img/chosen-sprite-2x.png?rev=1680389&view=auto
==============================================================================
Binary file - no diff available.

Modified: lucene/dev/trunk/solr/webapp/web/js/angular/app.js
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/js/angular/app.js?rev=1680389&r1=1680388&r2=1680389&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/js/angular/app.js (original)
+++ lucene/dev/trunk/solr/webapp/web/js/angular/app.js Tue May 19 21:08:45 2015
@@ -332,7 +332,6 @@ solrAdminApp.controller('MainController'
             $scope.currentCore = core;
         }
       }
-      $scope.cores = cores;
     });
     System.get(function(data) {
       $scope.isCloudEnabledCloud = data.mode.match( /solrcloud/i )