mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
dfc9c10589
commit
ffb54e0ecb
@ -34,5 +34,5 @@ if ($navigation->isEmpty()) {
|
||||
?>
|
||||
<tr>
|
||||
<th><?= $this->translate('Actions'); ?></th>
|
||||
<?= $navigation->getRenderer()->setElementTag('td'); ?>
|
||||
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('actions'); ?>
|
||||
</tr>
|
@ -38,5 +38,5 @@ if ($navigation->isEmpty()) {
|
||||
?>
|
||||
<tr>
|
||||
<th><?= $this->translate('Notes'); ?></th>
|
||||
<?= $navigation->getRenderer()->setElementTag('td'); ?>
|
||||
<?= $navigation->getRenderer()->setElementTag('td')->setCssClass('notes'); ?>
|
||||
</tr>
|
@ -17,6 +17,11 @@ table.action td .pluginoutput {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
td.notes ul.nav,
|
||||
td.actions ul.nav {
|
||||
.non-list-like-list;
|
||||
}
|
||||
|
||||
div.pluginoutput {
|
||||
overflow: auto;
|
||||
color: #888;
|
||||
|
Loading…
x
Reference in New Issue
Block a user