monitoring: Use name-value-table instead of avp in the service/show view script
refs #5543
This commit is contained in:
parent
11cfdb2f15
commit
419638518f
|
@ -9,7 +9,7 @@
|
|||
<?= $this->render('show/components/output.phtml') ?>
|
||||
<?= $this->render('show/components/grapher.phtml') ?>
|
||||
|
||||
<table class="avp newsection">
|
||||
<table class="name-value-table newsection">
|
||||
<tbody>
|
||||
<tr><td colspan="2"><h2><?= $this->translate('Problem handling') ?></h2></td></tr>
|
||||
<?= $this->render('show/components/acknowledgement.phtml') ?>
|
||||
|
|
Loading…
Reference in New Issue