monitoring: Remove class tr.newsection in the components/command view script
refs #5543
This commit is contained in:
parent
84ecce3e7c
commit
1c7dc8f71f
|
@ -3,12 +3,12 @@ $parts = explode('!', $object->check_command);
|
|||
$command = array_shift($parts);
|
||||
|
||||
if ($showInstance): ?>
|
||||
<tr class="newsection">
|
||||
<tr>
|
||||
<th><?= $this->translate('Instance') ?></th>
|
||||
<td><?= $this->escape($object->instance_name) ?></td>
|
||||
</tr>
|
||||
<?php endif ?>
|
||||
<tr class="newsection">
|
||||
<tr>
|
||||
<th><?= $this->translate('Command') ?></th>
|
||||
<td>
|
||||
<?= $this->escape($command) ?>
|
||||
|
|
Loading…
Reference in New Issue