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
This commit is contained in:
Upayavira 2015-07-30 20:00:59 +00:00
parent ba50839c99
commit caace607e8
1 changed files with 1 additions and 1 deletions

View File

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