mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
Indent module config overview w/ 4 spaces
This commit is contained in:
parent
b6b4d5dca2
commit
031c5af9fd
@ -30,7 +30,10 @@
|
||||
$module->name,
|
||||
'config/module/',
|
||||
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>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user