mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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…
x
Reference in New Issue
Block a user