mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
parent
5d4533a6ad
commit
d599030579
@ -21,7 +21,7 @@ $knownGroups = array()
|
|||||||
<?php foreach($contactgroups as $contact): ?>
|
<?php foreach($contactgroups as $contact): ?>
|
||||||
|
|
||||||
<?php $periodLink = $this->href('monitoring/show/contacts', array('contact' => $contact->contact_name)); ?>
|
<?php $periodLink = $this->href('monitoring/show/contacts', array('contact' => $contact->contact_name)); ?>
|
||||||
<tr class="active">
|
<tr>
|
||||||
<?php
|
<?php
|
||||||
$groupName = $contact->contactgroup_name;
|
$groupName = $contact->contactgroup_name;
|
||||||
if (!array_key_exists($groupName, $knownGroups)) {
|
if (!array_key_exists($groupName, $knownGroups)) {
|
||||||
@ -32,7 +32,7 @@ $knownGroups = array()
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<td>
|
<td>
|
||||||
<a href="<?= $periodLink ?>"">
|
<a href="<?= $periodLink ?>">
|
||||||
<?= $contact->contact_name ?>
|
<?= $contact->contact_name ?>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
@ -24,7 +24,7 @@ $contactHelper = $this->getHelper('ContactFlags');
|
|||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach($contacts as $contact): ?>
|
<?php foreach($contacts as $contact): ?>
|
||||||
<?php $periodLink = $this->href('monitoring/show/contacts', array('contact' => $contact->contact_name)); ?>
|
<?php $periodLink = $this->href('monitoring/show/contacts', array('contact' => $contact->contact_name)); ?>
|
||||||
<tr class="active">
|
<tr>
|
||||||
<td> <?= $contact->contact_name ?> </td>
|
<td> <?= $contact->contact_name ?> </td>
|
||||||
<td> <?= $contact->contact_alias ?> </td>
|
<td> <?= $contact->contact_alias ?> </td>
|
||||||
<td> <?= $contact->contact_email ?> </td>
|
<td> <?= $contact->contact_email ?> </td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user