Browse Source

AMBARI-16657. Log count text on Log level select boxes in Service Logs Tab not getting updated while checking and unchecking (Dharmesh Makwana via oleewere)

oleewere 9 years ago
parent
commit
f0991217c3

+ 1 - 1
ambari-logsearch/ambari-logsearch-portal/src/main/webapp/scripts/views/dashboard/LogLevelBoxView.js

@@ -136,7 +136,7 @@ define(['require',
 			_.each(this.$(".server-info a.active"),function(e){
 				params.push($(e).find("strong").data("total"));
 			});
-			//this.fetchLogLevelCounts({level:params.toString()});
+			this.fetchLogLevelCounts({level:params.toString()});
 			this.vent.trigger("level:filter",{level:params.toString()});
 		},
 		reinitializeFilter : function(value){