Searched refs:selectedSeverity (Results 1 – 3 of 3) sorted by relevance
17 $scope.selectedSeverity.all = !$scope.selectedSeverity.all;19 if ($scope.selectedSeverity.all) {20 $scope.selectedSeverity.low = false;21 $scope.selectedSeverity.medium = false;22 $scope.selectedSeverity.high = false;27 $scope.selectedSeverity[severity] =28 !$scope.selectedSeverity[severity];31 if ($scope.selectedSeverity[severity] == false &&32 (!$scope.selectedSeverity.low &&33 !$scope.selectedSeverity.medium &&[all …]
22 $scope.selectedSeverity = class in $scope64 $scope.selectedSeverity.all = !$scope.selectedSeverity.all;66 if ($scope.selectedSeverity.all) {67 $scope.selectedSeverity.normal = false;68 $scope.selectedSeverity.warning = false;69 $scope.selectedSeverity.critical = false;74 $scope.selectedSeverity[severity] = !$scope.selectedSeverity[severity];77 if ($scope.selectedSeverity[severity] == false &&78 (!$scope.selectedSeverity.normal &&79 !$scope.selectedSeverity.warning &&[all …]
37 $scope.selectedSeverity = class in $scope41 $scope.selectedSeverity.all = false;42 $scope.selectedSeverity.high = true;80 if ($scope.selectedSeverity.all) return true;83 (log.severity_flags.low && $scope.selectedSeverity.low) ||84 (log.severity_flags.medium && $scope.selectedSeverity.medium) ||85 (log.severity_flags.high && $scope.selectedSeverity.high));