mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
show/activitylog: show whether object has been...
...enabled or disabled, regardless of how it is rendered
This commit is contained in:
parent
757de240ed
commit
6dee2d0733
@ -57,6 +57,18 @@ $url = $this->url()->without('checksum')->without('show');
|
|||||||
)
|
)
|
||||||
?></td>
|
?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<?php endif ?>
|
||||||
|
<?php if ($this->hasBeenEnabled): ?>
|
||||||
|
<tr>
|
||||||
|
<th><?= $this->translate('Rendering') ?></th>
|
||||||
|
<td><?= $this->translate('This object has been enabled') ?></td>
|
||||||
|
</tr>
|
||||||
|
<?php endif ?>
|
||||||
|
<?php if ($this->hasBeenDisabled): ?>
|
||||||
|
<tr>
|
||||||
|
<th><?= $this->translate('Rendering') ?></th>
|
||||||
|
<td><?= $this->translate('This object has been disabled') ?></td>
|
||||||
|
</tr>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->translate('Checksum') ?></th>
|
<th><?= $this->translate('Checksum') ?></th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user