diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 0fce47e8d..38f0aa352 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -111,34 +111,6 @@ if ($config['show_locations']) - - = '10') ?> - - - -$(document).ready(function() { - var data = [ - ['Up', ], - ['Down', ], - ['Shutdown', ], - ['Ignored', ], - ['Deleted', ] - ]; - var plot3 = jQuery.jqplot ('ports_chart', [data], - { - seriesDefaults: { - renderer: jQuery.jqplot.PieRenderer, - rendererOptions: { - // Turn off filling of slices. - fill: true, - showDataLabels: true, - // Add a margin to seperate the slices. - sliceMargin: 0, - // stroke the slices with a little thicker line. - lineWidth: 5 - } - }, - legend: { show:true, location: 'e' } - } - ); -}); -