Views: Remove $trimArea since it's not used
This commit is contained in:
parent
c47778f10e
commit
c09dad98f9
|
@ -1,7 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$hosts = $this->hosts->paginate();
|
$hosts = $this->hosts->paginate();
|
||||||
$viewHelper = $this->getHelper('MonitoringState');
|
$viewHelper = $this->getHelper('MonitoringState');
|
||||||
$trimArea = $this->getHelper('Trim');
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?= $this->paginationControl($hosts, null, null, array('preserve' => $this->preserve)) ?>
|
<?= $this->paginationControl($hosts, null, null, array('preserve' => $this->preserve)) ?>
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
<?php
|
<?php
|
||||||
$paginator = $services->paginate();
|
$paginator = $services->paginate();
|
||||||
$viewHelper = $this->getHelper('MonitoringState');
|
$viewHelper = $this->getHelper('MonitoringState');
|
||||||
$trimArea = $this->getHelper('Trim');
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?= $this->sortControl->render($this); ?>
|
<?= $this->sortControl->render($this); ?>
|
||||||
|
|
Loading…
Reference in New Issue