= $this->img('img/icinga-logo-big-dark.png', null, array('width' => 320)) ?>
- = $this->translate('Icinga Web 2 Version') ?>
- = $this->escape($version['appVersion']) ?>
- = $this->translate('Git commit') ?>
- = $this->escape($version['gitCommitID']) ?>
- = $this->translate('PHP Version') ?>
- = $this->escape(PHP_VERSION) ?>
- = $this->translate('Git commit date') ?>
- = $this->escape($version['gitCommitDate']) ?>
- = $this->translate('Copyright') ?>
-
© 2013-= date('Y') ?>
= $this->qlink(
$this->translate('The Icinga Project'),
'https://icinga.com',
null,
array(
'target' => '_blank'
)
) ?>
= $this->qlink(
null,
'https://www.twitter.com/icinga',
null,
array(
'target' => '_blank',
'icon' => 'twitter',
'title' => $this->translate('Icinga on Twitter')
)
) ?> = $this->qlink(
null,
'https://www.facebook.com/icinga',
null,
array(
'target' => '_blank',
'icon' => 'facebook-squared',
'title' => $this->translate('Icinga on Facebook')
)
) ?>
= $this->qlink(
null,
'https://github.com/icinga/icingaweb2/issues',
null,
array(
'target' => '_blank',
'icon' => 'bug',
'title' => $this->translate('Report a bug')
)
) ?>
= $this->qlink(
null,
'https://icinga.com/support/',
null,
array(
'target' => '_blank',
'icon' => 'chat-empty',
'title' => $this->translate('Support')
)
) ?>
= $this->qlink(
null,
'https://icinga.com/community/',
null,
array(
'target' => '_blank',
'icon' => 'lightbulb',
'title' => $this->translate('Icinga Community')
)
) ?>
= $this->qlink(
null,
'https://docs.icinga.com/',
null,
array(
'target' => '_blank',
'icon' => 'doc-text',
'title' => $this->translate('Icinga Documentation')
)
) ?>
= $this->translate('Loaded modules') ?>
= $this->translate('Name') ?> |
= $this->translate('Version') ?> |
hasPermission('config/modules')): ?>
= $this->qlink(
$module->getName(),
'config/module/',
array('name' => $module->getName()),
array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->getName()))
) ?>
= $this->escape($module->getName()) ?>
|
= $this->escape($module->getVersion()) ?>
|