diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index fa19b1771..9fcf8019b 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -1,6 +1,5 @@
getHelper('MonitoringState');
-$j = 1;
?>
@@ -138,19 +137,6 @@ $j = 1;
= $this->escape(substr(strip_tags($service->service_output), 0, 10000)); ?>
-
-
- setData(array($j, 2*$j,4,5));
- echo $piechart->render($this);
- $piechart->setData(array($j + 3,2*$j,4,2));
- echo $piechart->render($this);
- $piechart->setData(array($j + 7,2*$j,4,3));
- echo $piechart->render($this);
- $piechart->setColors(array('#111111', '#546345', '#434211', '#312312'));
- $j++;
- ?>
- |