= $this->translate('There is no such module installed.') ?>
getRequiredModules();
$requiredLibs = $module->getRequiredLibraries();
$restrictions = $module->getProvidedRestrictions();
$permissions = $module->getProvidedPermissions();
$unmetDependencies = $moduleManager->hasUnmetDependencies($module->getName());
$isIcingadbSupported = isset($requiredMods['icingadb']);
$state = $moduleData->enabled ? ($moduleData->loaded ? 'enabled' : 'failed') : 'disabled';
?>
= $this->escape($this->translate('Name')) ?> |
= $this->escape($module->getName()) ?> |
= $this->translate('State') ?> |
= $state ?>
toggleForm)): ?>
enabled || ! $unmetDependencies): ?>
= $this->toggleForm ?>
= $this->icon('attention-alt', $this->translate('Module can\'t be enabled due to unmet dependencies')) ?>
|
= $this->escape($this->translate('Version')) ?> |
= $this->escape($module->getVersion()) ?> |
= $this->escape($this->translate('Git commit')) ?> |
= $this->escape($moduleGitCommitId) ?> |
= $this->escape($this->translate('Description')) ?> |
= $this->escape($module->getTitle()) ?>
= nl2br($this->escape($module->getDescription())) ?>
|
= $this->escape($this->translate('Dependencies')) ?> |
= $this->translate('This module has no dependencies') ?>
= $this->translate('Unmet dependencies found! Module can\'t be enabled unless all dependencies are met.') ?>
= $this->translate('Libraries') ?>
$versionString): ?>
= $this->escape($libraryName) ?> |
has($libraryName, $versionString === true ? null : $versionString)): ?>
= $versionString === true ? '*' : $this->escape($versionString) ?>
= $versionString === true ? '*' : $this->escape($versionString) ?>
get($libraryName)) !== null): ?>
(= $library->getVersion() ?>)
|
= $this->translate('Modules') ?>
$versionString): ?>
has('icingadb', $requiredMods['icingadb'])) : ?>
= $this->escape($moduleName) ?> |
has($moduleName, $versionString === true ? null : $versionString)): ?>
= $versionString === true ? '*' : $this->escape($versionString) ?>
has('monitoring', $requiredMods['monitoring'])) ? 'class="optional"' : 'class="missing"' ?>>
= $versionString === true ? '*' : $this->escape($versionString) ?>
hasInstalled($moduleName)): ?>
(= $this->translate('not installed') ?>)
(= $moduleManager->getModule($moduleName, false)->getVersion() ?>= $moduleManager->hasEnabled($moduleName) ? '' : ', ' . $this->translate('disabled') ?>)
|
= $this->translate('or') ?> |
|
= $this->escape($this->translate('Permissions')) ?> |
= $this->escape($permission->name) ?>: = $this->escape($permission->description) ?>
|
= $this->escape($this->translate('Restrictions')) ?> |
= $this->escape($restriction->name) ?>: = $this->escape($restriction->description) ?>
|