From caace607e8ae1b807f31048b13fdde44bd037e01 Mon Sep 17 00:00:00 2001 From: Upayavira Date: Thu, 30 Jul 2015 20:00:59 +0000 Subject: [PATCH] SOLR-7852 Hide cores menu when dashboard link clicked git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693490 13f79535-47bb-0310-9956-ffa450edef68 --- solr/webapp/web/js/angular/controllers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/webapp/web/js/angular/controllers/index.js b/solr/webapp/web/js/angular/controllers/index.js index bee185da545..06bba5fca79 100644 --- a/solr/webapp/web/js/angular/controllers/index.js +++ b/solr/webapp/web/js/angular/controllers/index.js @@ -16,7 +16,7 @@ limitations under the License. */ solrAdminApp.controller('IndexController', ['$scope', 'System', 'Cores', function($scope, System, Cores) { - $scope.resetMenu("index"); + $scope.resetMenu("index", true); $scope.reload = function() { System.get(function(data) { $scope.system = data;