You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/17 02:08:45 UTC

[GitHub] xiaoyimei commented on a change in pull request #410: [SCB-812]Change the readme under the frontend folder

xiaoyimei 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_r210789134
 
 

 ##########
 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:
   sorry asif, I didn’t understand your meaning correctly before, but I understand it now.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services