File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
solr/webapp/web/js/angular Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -99,17 +99,8 @@ solrAdminServices.factory('System',
9999 return $resource ( 'admin/zookeeper' , { wt :'json' , _ :Date . now ( ) } , {
100100 "simple" : { } ,
101101 "liveNodes" : { params : { path : '/live_nodes' } } ,
102- "clusterState" : { params : { detail : "true" } } ,
103- "detail" : { params : { detail : "true" , path : "@path" } } ,
104- "configs" : { params : { detail :false , path : "/configs/" } } ,
105- "aliases" : { params : { detail : "true" , path : "/aliases.json" } , transformResponse :function ( data ) {
106- var znode = $ . parseJSON ( data ) . znode ;
107- if ( znode . data ) {
108- return { aliases : $ . parseJSON ( znode . data ) . collection } ;
109- } else {
110- return { aliases : { } } ;
111- }
112- } }
102+ "clusterState" : { params : { detail : "true" , path : "/clusterstate.json" } } ,
103+ "detail" : { params : { detail : "true" , path : "@path" } }
113104 } ) ;
114105 } ] )
115106. factory ( 'ZookeeperStatus' ,
You can’t perform that action at this time.
0 commit comments