mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 00:04:05 +02:00
inspect/type: show object count
This commit is contained in:
parent
37b2429aa1
commit
9f96a08609
@ -5,6 +5,7 @@
|
||||
|
||||
<div class="content">
|
||||
<?php if ($this->objects): ?>
|
||||
<h2><?= sprintf($this->translate('%d objects found'), count($this->objects)) ?></h2>
|
||||
<table class="common-table table-row-selectable" data-base-target="_next">
|
||||
<thead><tr><th><?= $this->translate('Object name') ?></th></tr></thead>
|
||||
<tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user