parent
b8dbf9c809
commit
3cc3341798
|
@ -10,10 +10,8 @@ if (!$this->compact): ?>
|
||||||
<div style="margin: 1em;" class="dontprint">
|
<div style="margin: 1em;" class="dontprint">
|
||||||
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
<?= $this->render('list/components/selectioninfo.phtml') ?>
|
||||||
<?= $this->render('list/components/servicesummary.phtml') ?>
|
<?= $this->render('list/components/servicesummary.phtml') ?>
|
||||||
<div style="float: right">
|
|
||||||
<?= $this->translate('Sort by') ?> <?= $this->sortControl ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<?= $this->sortControl ?>
|
||||||
<?php if ($this->limit === 0): ?>
|
<?php if ($this->limit === 0): ?>
|
||||||
<?= $this->widget('limiter') ?>
|
<?= $this->widget('limiter') ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
@ -28,6 +26,7 @@ if (!$this->compact): ?>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
<h1 tabindex="-1"><?= $this->translate('Services') ?></h1>
|
||||||
<table data-base-target="_next"
|
<table data-base-target="_next"
|
||||||
class="action multiselect <?php if ($this->compact): ?> compact<?php endif ?>" style="table-layout: auto;"
|
class="action multiselect <?php if ($this->compact): ?> compact<?php endif ?>" style="table-layout: auto;"
|
||||||
data-icinga-multiselect-url="<?= $this->href("monitoring/services/show") ?>"
|
data-icinga-multiselect-url="<?= $this->href("monitoring/services/show") ?>"
|
||||||
|
|
Loading…
Reference in New Issue