From f74969651d9a13fdec93001b40df05edd3f8f93e Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Fri, 27 Mar 2015 10:04:13 +0530 Subject: [PATCH] Use b_help icon here Signed-off-by: Madhura Jayaratne --- js/server_status_monitor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index 571347cb66..e60b0c919e 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -1611,7 +1611,7 @@ AJAX.registerOnload('server_status_monitor.js', function () { } if (logData.rows.length !== 0) { - runtime.logDataCols = buildLogTable(logData, removeVariables); + runtime.logDataCols = buildLogTable(logData, opts.removeVariables); /* Show some stats in the dialog */ $('#emptyDialog').dialog({title: PMA_messages.strLoadingLogs}); @@ -1905,7 +1905,7 @@ AJAX.registerOnload('server_status_monitor.js', function () { // Append a tooltip to the count column, if there exist one if ($('#logTable tr:first th:last').text().indexOf("#") > -1) { - $('#logTable tr:first th:last').append(' ' + PMA_getImage('b_docs.png', '', {'class': 'qroupedQueryInfoIcon'})); + $('#logTable tr:first th:last').append(' ' + PMA_getImage('b_help.png', '', {'class': 'qroupedQueryInfoIcon'})); var tooltipContent = PMA_messages.strCountColumnExplanation; if (groupInserts) {