monitoring: Remove class tr.newsection in the components/command view script

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 23:43:03 +02:00
parent 84ecce3e7c
commit 1c7dc8f71f
1 changed files with 2 additions and 2 deletions

View File

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