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;22 $scope.selectedSeverity.high = false;27 $scope.selectedSeverity[severity] =28 !$scope.selectedSeverity[severity];32 (!$scope.selectedSeverity.low &&40 if ($scope.selectedSeverity.low &&41 $scope.selectedSeverity.medium &&42 $scope.selectedSeverity.high) {[all …]
22 $scope.selectedSeverity = class in $scope64 $scope.selectedSeverity.all = !$scope.selectedSeverity.all;66 if ($scope.selectedSeverity.all) {67 $scope.selectedSeverity.normal = false;74 $scope.selectedSeverity[severity] = !$scope.selectedSeverity[severity];81 $scope.selectedSeverity.all = true;86 if ($scope.selectedSeverity.normal && $scope.selectedSeverity.warning &&87 $scope.selectedSeverity.critical) {88 $scope.selectedSeverity.all = true;93 $scope.selectedSeverity.all = false;[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));