mirror of https://github.com/apache/lucene.git
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:
parent
ba50839c99
commit
caace607e8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue