aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-12-06 20:28:16 +0800
committershentao <shentao@chinamobile.com>2017-12-06 20:28:25 +0800
commitda4f0f58625c7c30f8d2220e170c4b4bc20aedc6 (patch)
treebfd2b3f3f76a06725424e73b419e088380d93500 /usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js
parent62430d66781234816d4eee66600380b915c04089 (diff)
Fix monitor display bug
Change-Id: I9260b9f13f0c4cb066b180465bfc2d074e7ded89 Issue-ID: USECASEUI-62 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js
index b944a7ed..23a59389 100644
--- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/performanceController.js
@@ -24,7 +24,7 @@ app.controller('perGridCtrl', ['$scope','$http', '$window', '$interval', '$windo
//angular.element(obj).scope().$apply();
};
- $scope.itemsByPage = 15;
+ $scope.itemsByPage = 10;
$scope.toChart = function () {
var obj = $("#lm");