commit | c22425f2788650a25a2db1c92f7bc8f43141a496 | [log] [tgz] |
---|---|---|
author | Iftekharul Islam <iffy.ryan@ibm.com> | Wed Sep 06 10:04:14 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:44:39 2017 -0500 |
tree | 34157df3b1624501b86089ea4f8f1fef4636e99c | |
parent | 06054b6f481d69ae71ab06de7073d4653b118b1d [diff] [blame] |
Server health icon status on header fixed Change-Id: I06100d8ffe9e26129585ca9476fa7097ef34a6b4 Signed-off-by: Iftekharul Islam <iffy.ryan@ibm.com>
diff --git a/app/server-health/controllers/sensors-overview-controller.js b/app/server-health/controllers/sensors-overview-controller.js index 6d33604..ed74d04 100644 --- a/app/server-health/controllers/sensors-overview-controller.js +++ b/app/server-health/controllers/sensors-overview-controller.js
@@ -70,10 +70,7 @@ } $scope.toggleSeverityAll = function(){ - - if($scope.selectedSeverity.all !== true){ - $scope.selectedSeverity.all = !$scope.selectedSeverity.all; - } + $scope.selectedSeverity.all = !$scope.selectedSeverity.all; if($scope.selectedSeverity.all){ $scope.selectedSeverity.warning = false;