From 56108fece28c499ceb735a048fdf74613ced8258 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Fri, 24 May 2013 01:30:02 +0530 Subject: [PATCH] Merge commit 0e23451efa4f0ac700c2773c996fec969b985401 --- js/server_status_monitor.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.