monitoring: Drop obsolete view script `show/components/customvars.phtml`
This commit is contained in:
parent
83e8b3b8e8
commit
a48bd84fb4
|
@ -1,6 +0,0 @@
|
|||
<?php foreach ($object->customvarsWithOriginalNames as $name => $value): ?>
|
||||
<tr>
|
||||
<th><?= $this->escape($name) ?></th>
|
||||
<td class="custom-variables"><?= $this->customvar($value) ?></td>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
Loading…
Reference in New Issue