mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 08:34:04 -04:00
parent
a2474ad1d2
commit
2ca161c062
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
null,
|
||||
array(
|
||||
'target' => '_blank',
|
||||
'icon' => 'host',//'twitter',
|
||||
'icon' => 'twitter',
|
||||
'title' => $this->translate('Icinga on Twitter')
|
||||
)
|
||||
); ?> <?= $this->qlink(
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
null,
|
||||
array(
|
||||
'target' => '_blank',
|
||||
'icon' => 'service',//'facebook-squared',
|
||||
'icon' => 'facebook-squared',
|
||||
'title' => $this->translate('Icinga on Facebook')
|
||||
)
|
||||
); ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue