mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
parent
d7efa55889
commit
fc8237b52a
@ -11,7 +11,7 @@
|
|||||||
$permissions = $module->getProvidedPermissions();
|
$permissions = $module->getProvidedPermissions();
|
||||||
$state = $moduleData->enabled ? ($moduleData->loaded ? 'enabled' : 'failed') : 'disabled'
|
$state = $moduleData->enabled ? ($moduleData->loaded ? 'enabled' : 'failed') : 'disabled'
|
||||||
?>
|
?>
|
||||||
<table class="avp">
|
<table class="name-value-table">
|
||||||
<tr>
|
<tr>
|
||||||
<th><?= $this->escape($this->translate('Name')) ?></th>
|
<th><?= $this->escape($this->translate('Name')) ?></th>
|
||||||
<td><?= $this->escape($module->getName()) ?></td>
|
<td><?= $this->escape($module->getName()) ?></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user