Skip to content

Commit

Permalink
monitoring: Remove class tr.newsection in the components/command view…
Browse files Browse the repository at this point in the history
… script

refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 84ecce3 commit 1c7dc8f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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) ?>
Expand Down

0 comments on commit 1c7dc8f

Please sign in to comment.