monitoring: Drop obsolete view script `show/components/customvars.phtml`

This commit is contained in:
Johannes Meyer 2021-12-02 15:17:07 +01:00
parent 83e8b3b8e8
commit a48bd84fb4
1 changed files with 0 additions and 6 deletions

View File

@ -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 ?>