Remove test code

refs #5679
This commit is contained in:
Matthias Jentsch 2014-02-19 19:01:21 +01:00
parent 3a10188e81
commit cae1734d1d
1 changed files with 0 additions and 14 deletions

View File

@ -1,6 +1,5 @@
<?php <?php
$viewHelper = $this->getHelper('MonitoringState'); $viewHelper = $this->getHelper('MonitoringState');
$j = 1;
?> ?>
<div class="row"> <div class="row">
<div class="pull-left"> <div class="pull-left">
@ -138,19 +137,6 @@ $j = 1;
<?= $this->escape(substr(strip_tags($service->service_output), 0, 10000)); ?> <?= $this->escape(substr(strip_tags($service->service_output), 0, 10000)); ?>
</div> </div>
</td> </td>
<td>
<?php
$piechart->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++;
?>
</td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</tbody> </tbody>