diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index 286cb7539a..91e944fe6c 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -1203,7 +1203,9 @@ AJAX.registerOnload('server_status_monitor.js', function() { $('#chartGrid').append(''); } - $('#chartGrid tr:last').append('
'); + $('#chartGrid tr:last').append('
'); } // Set series' data as [0,0], smooth lines won't plot with data array having null values.