mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +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">
|
||||
<th><?= $this->translate('Command'); ?></th>
|
||||
<td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user