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…
Reference in New Issue