mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
c4c5bcdd48
commit
0a2b504db8
@ -18,7 +18,7 @@ $contactHelper = $this->getHelper('ContactFlags');
|
|||||||
}
|
}
|
||||||
foreach ($contacts as $contact): ?>
|
foreach ($contacts as $contact): ?>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
<img src="<?= $this->href('/static/gravatar', array('email' => $contact->contact_email )) ?>" />
|
<img style="width: 60px; height: 60px;" src="<?= $this->href('/static/gravatar', array('email' => $contact->contact_email )) ?>" />
|
||||||
<a href="<?= $this->href(
|
<a href="<?= $this->href(
|
||||||
'monitoring/show/contact',
|
'monitoring/show/contact',
|
||||||
array('contact' => $contact->contact_name)
|
array('contact' => $contact->contact_name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user