mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Show the instance's name of a host or service in the detail view
refs #9945
This commit is contained in:
parent
592a79cd93
commit
241f73f229
@ -5,6 +5,10 @@ $command = array_shift($parts);
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<tr class="newsection">
|
||||||
|
<th><?= $this->translate('Instance'); ?></th>
|
||||||
|
<td><?= $this->escape($object->instance_name); ?></td>
|
||||||
|
</tr>
|
||||||
<tr class="newsection">
|
<tr class="newsection">
|
||||||
<th><?= $this->translate('Command'); ?></th>
|
<th><?= $this->translate('Command'); ?></th>
|
||||||
<td>
|
<td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user