asifdxtreme commented on a change in pull request #410: [SCB-812]Change the
readme under the frontend folder
URL:
https://github.com/apache/incubator-servicecomb-service-center/pull/410#discussion_r210491263
##########
File path: frontend/app/scripts/modules/topology/controllers/topologyCtrl.js
##########
@@ -114,7 +114,7 @@ angular.module('serviceCenter.topology', [])
}
function createTopology() {
- var microServices = new vis.DataSet($scope.microServices);
+ var microServices = new
vis.DataSet($scope.microServices.slice(0,100));
Review comment:
@xiaoyimei If the total number of Microservices in the complete env
increases more than 100 then we need to force User to select only 1 APP-ID and
then the topology will show the microservices only for that particular APP.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services