parent
3a10188e81
commit
cae1734d1d
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue