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