fix javascript typo missing a ','. only hits some browsers (sigh)

git-svn-id: http://www.observium.org/svn/observer/trunk@2409 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-03 10:13:13 +00:00
parent 64c3a11742
commit f3d40bfeef

View File

@@ -106,7 +106,7 @@ $(document).ready(function(){
var data = [
['Up', <?php echo($devices['up']); ?>],
['Down', <?php echo($devices['down']); ?>],
['Ignored', <?php echo($devices['ignored']); ?>]
['Ignored', <?php echo($devices['ignored']); ?>],
['Disabled', <?php echo($devices['disabled']); ?>]
];
var plot1 = jQuery.jqplot ('devices_chart', [data],