= $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']) ?> |
=
HtmlElement::create('a', [
'href' => 'https://icinga.com/support/',
'target' => '_blank',
'title' => $this->translate('Get Icinga Support')
], [
new Icon('life-ring'),
$this->translate('Get Icinga Support'),
]
);
?>
=
HtmlElement::create('a', [
'href' => 'https://icinga.com/community/',
'target' => '_blank',
'title' => $this->translate('Icinga Community')
], [
new Icon('globe-europe'),
$this->translate('Icinga Community'),
]
);
?>
=
HtmlElement::create('a', [
'href' => 'https://github.com/icinga/icingaweb2/issues',
'target' => '_blank',
'title' => $this->translate('Icinga Community')
], [
new Icon('bullhorn'),
$this->translate('Report a bug'),
]
);
?>
=
HtmlElement::create('a', [
'href' => 'https://icinga.com/docs/icinga-web-2/'
. (isset($version['docVersion']) ? $version['docVersion'] : 'latest'),
'target' => '_blank',
'title' => $this->translate('Icinga Documentation')
], [
new Icon('book'),
$this->translate('Icinga Documentation'),
]
);
?>
= $this->translate('Loaded Libraries') ?>
= $this->escape($library->getName()) ?> | = $this->escape($library->getVersion()) ?: '-' ?> |
---|
= $this->translate('Loaded Modules') ?>
= $this->escape($module->getName()) ?> | = $this->escape($module->getVersion()) ?> | hasPermission('config/modules')): ?> = $this->qlink( $this->translate('Configure'), 'config/module/', array('name' => $module->getName()), array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->getName())) ) ?> |
---|