parent
060d1093e3
commit
62866e5fb1
|
@ -6,12 +6,11 @@ use Icinga\Module\Monitoring\Object\Service;
|
||||||
<?php if (!$this->compact): ?>
|
<?php if (!$this->compact): ?>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
<div style="margin: 1em;" class="dontprint">
|
<?= $this->sortControl; ?>
|
||||||
<?= $this->translate('Sort by'); ?> <?= $this->sortControl; ?>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content" data-base-target="_next">
|
<div class="content" data-base-target="_next">
|
||||||
|
<h1 tabindex="-1"><?= $this->translate('Service Grid') ?></h1>
|
||||||
<table class="pivot servicestates">
|
<table class="pivot servicestates">
|
||||||
<?php
|
<?php
|
||||||
$hasHeader = false;
|
$hasHeader = false;
|
||||||
|
|
Loading…
Reference in New Issue