list/services: temporarily disable selection info
This commit is contained in:
parent
c09d836023
commit
4b50de372f
|
@ -19,8 +19,10 @@ if (!$this->compact): ?>
|
||||||
<?= $this->widget('limiter')->setCurrentPageCount($this->services->count()) ?>
|
<?= $this->widget('limiter')->setCurrentPageCount($this->services->count()) ?>
|
||||||
<?= $this->paginationControl($services, null, null, array('preserve' => $this->preserve)) ?>
|
<?= $this->paginationControl($services, null, null, array('preserve' => $this->preserve)) ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $this->selectionToolbar('multi', $this->href('monitoring/services/show?' . $this->filter->toQueryString())) ?>
|
<!--
|
||||||
|
<?= $this->selectionToolbar('multi', $this->href('monitoring/services/show?' . $this->filterEditor->getFilter()->toQueryString())) ?>
|
||||||
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
Loading…
Reference in New Issue