Fix monitor bug about alarm display 43/29743/1
authorshentao <shentao@chinamobile.com>
Wed, 31 Jan 2018 06:15:59 +0000 (14:15 +0800)
committershentao <shentao@chinamobile.com>
Wed, 31 Jan 2018 06:16:04 +0000 (14:16 +0800)
Change-Id: I51a09d305164bb7a17bfab49f7dd29ea0d626968
Issue-ID: USECASEUI-101
Signed-off-by: shentao <shentao@chinamobile.com>
usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/controller/alarmController.js

index a533ac2..ea70a03 100644 (file)
@@ -21,7 +21,6 @@ app.controller('alarmGridCtrl', ['$scope', '$log', '$http', '$timeout', '$interv
             alarmDetailId = value;
             var obj = $("#lm");
             angular.element(obj).scope().currentTab = "app/uui/fusion/scripts/view-models/alarm-details.html";
-            s
         };
         $scope.toChart = function () {
             var obj = $("#lm");