mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
Indent module config overview w/ 4 spaces
This commit is contained in:
parent
b6b4d5dca2
commit
031c5af9fd
@ -30,7 +30,10 @@
|
|||||||
$module->name,
|
$module->name,
|
||||||
'config/module/',
|
'config/module/',
|
||||||
array('name' => $module->name),
|
array('name' => $module->name),
|
||||||
array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->name), 'class' => 'rowaction')
|
array(
|
||||||
|
'class' => 'rowaction',
|
||||||
|
'title' => sprintf($this->translate('Show the overview of the %s module'), $module->name)
|
||||||
|
)
|
||||||
); ?>
|
); ?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user